summaryrefslogtreecommitdiff
path: root/templates/base.html
blob: c17972ea031789604d340ef82fbad21e50df61fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en-US">
<head>
    <meta charset="utf-8">
    <meta name="viewport"
          content="width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0, user-scalable=1">
    <title>James Billings loves you.</title>
    <link rel="stylesheet"
          href="https://cdn.jamesbillings67.com/james-has-style.css"
          type="text/css">
</head>
<body>
<div id="root"></div>
<script src="https://cdn.jamesbillings67.com/james-billings.js"></script>
</body>
</html>