summaryrefslogtreecommitdiff
path: root/src/App.vue
blob: 4c0911b0110873414c5ed549d40e27f295a92b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
  <div class="container">
    <section class="hero">
      <div class="hero-body">
        <div class="container">
          <h1 class="title">Vainglory Broken Talents Fun Statistics</h1>
          <h2 class="subtitle">Tilting Brawlers since May 2017</h2>
        </div>
      </div>
    </section>

    <router-view></router-view>
  </div>
</template>