running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

ChangeLog.vue (167B)


      1 <template>
      2   <div class="text" v-html="content"/>
      3 </template>
      4 
      5 <script setup lang="ts">
      6 const content: string = __CHANGELOG_HTML__;
      7 </script>
      8 
      9 <style scoped>
     10 </style>