forked from RaphaelDDL/e7db-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.html
32 lines (32 loc) · 1.34 KB
/
app.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head>
{{ HEAD }}
</head>
<body {{ BODY_ATTRS }}>
<noscript>This website requires JavaScript to be enabled in order to function properly.</noscript>
{{ APP }}
<footer id="footer">
<p>
<a href="https://twitter.com/EpicSevenDB?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-size="large" data-show-count="false">Follow @EpicSevenDB</a><script type="application/javascript" defer src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</p>
<p>
<strong>© 2018-2019 EpicSevenDB.com</strong> | <a href="/privacy-policy">Privacy Policy</a>
</p>
<p>
All game content and assets are trademarks and copyrights of SUPERCREATIVE Corp and/or Smilegate Megaport.
</p>
<p>
This site is fan made,
<strong>not</strong> affiliated with SUPERCREATIVE Corp and/or Smilegate Megaport.
</p>
<p>
Made with love by
<a href="https://raphaelddl.com" target="_blank" rel="noopener">RaphaelDDL.com</a>; helped by the E7 Community!
</p>
<a href="https://nuxtjs.org/" rel="noopener" target="_blank" class="nuxtjs-link">
<img src="/built-with-nuxt-white.svg" alt="built with nuxt" />
</a>
</footer>
</body>
</html>