summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMax Nanis2026-02-19 02:43:23 -0500
committerMax Nanis2026-02-19 02:43:23 -0500
commitf0f96f83c2630e890a2cbcab53f77fd4c37e1684 (patch)
treec6d2cb092e76bf5d499e0ea9949508d6b22164fd /templates/base.html
parent3eaa56f0306ead818f64c3d99fc6d230d9b970a4 (diff)
downloadamt-jb-f0f96f83c2630e890a2cbcab53f77fd4c37e1684.tar.gz
amt-jb-f0f96f83c2630e890a2cbcab53f77fd4c37e1684.zip
Models, Project files, some pytests, requirements.. etcHEADmaster
Diffstat (limited to 'templates/base.html')
-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