url.vue 167 B

123456
  1. <template>
  2. <div>
  3. <h1>Welcome to the <span class="primary--text">official RYD docs</span>!</h1>
  4. <p>To get started, select a section.</p>
  5. </div>
  6. </template>