summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
new file mode 100644
index 0000000..c17972e
--- /dev/null
+++ b/templates/base.html
@@ -0,0 +1,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> \ No newline at end of file