From 1dac1ee189bdcf70a5dd933d5f6a69a15d5a8d7e Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 2 Feb 2021 12:24:06 +0000 Subject: added the program files for the first time --- templates/discord.html | 5 +++++ templates/index.html | 31 +++++++++++++++++++++++++++++++ templates/template.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 templates/discord.html create mode 100644 templates/index.html create mode 100644 templates/template.html (limited to 'templates') diff --git a/templates/discord.html b/templates/discord.html new file mode 100644 index 0000000..b4504a2 --- /dev/null +++ b/templates/discord.html @@ -0,0 +1,5 @@ +{% extends "template.html" %} +{% block content %} +

You can contact me on discord (telegram preferred):

+

{{discord}}

+ {% endblock %} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..93138d0 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,31 @@ +{% extends "template.html" %} +{% block content %} +

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+

Haiiiiiiii, this is the index page uwu

+ {% endblock %} \ No newline at end of file diff --git a/templates/template.html b/templates/template.html new file mode 100644 index 0000000..d6c1a0b --- /dev/null +++ b/templates/template.html @@ -0,0 +1,47 @@ + + + + + + +
+
+ + + +
+
+

{{title}}

+ +
+ + {{image[0]}} + +
+
+
+ {% block content %} + {% endblock %} +
+ +
+ + \ No newline at end of file -- cgit v1.2.3