diff --git a/static/views/about.html b/static/views/about.html
new file mode 100644
index 0000000..d6a1bea
--- /dev/null
+++ b/static/views/about.html
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+ Aerocord
+
+ Aerocord is a Vesktop fork made to work with Windows Vista/7/8. This
+ Vesktop
+ fork is being maintained by Aiek @ https://git.randomserver.top/aiek/aerocord.
+
+
+
+
+ Credits to the original Vesktop developer:
+
+
+
+
+
+
+
diff --git a/static/views/first-launch.html b/static/views/first-launch.html
new file mode 100644
index 0000000..a467cab
--- /dev/null
+++ b/static/views/first-launch.html
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+
+ Welcome to Aerocord - a Vesktop fork meant for Windows Vista, 7 and 8
+ Let's customise your experience!
+
+
+
+ Quit
+ Submit
+
+
+
+
\ No newline at end of file
diff --git a/static/views/splash.html b/static/views/splash.html
new file mode 100644
index 0000000..d7ce1bf
--- /dev/null
+++ b/static/views/splash.html
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
Loading Aerocord...
+
+
\ No newline at end of file
diff --git a/static/views/style.css b/static/views/style.css
new file mode 100644
index 0000000..cc59940
--- /dev/null
+++ b/static/views/style.css
@@ -0,0 +1,30 @@
+:root {
+ --bg: black;
+ --fg: white;
+ --fg-secondary: #313338;
+ --fg-semi-trans: rgb(0 0 0 / 0.2);
+ --link: #006ce7;
+}
+
+@media (prefers-color-scheme: dark) {
+ :root {
+ --bg: hsl(223 6.7% 20.6%);
+ --fg: cyan;
+ --fg-secondary: #b5bac1;
+ --fg-semi-trans: rgb(255 255 255 / 0.2);
+ --link: #00a8fc;
+ }
+}
+
+body {
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
+ "Open Sans", "Helvetica Neue", sans-serif;
+ margin: 0;
+ padding: 0;
+ background: var(--bg);
+ color: var(--fg);
+}
+
+a {
+ color: var(--link);
+}
diff --git a/static/views/updater.html b/static/views/updater.html
new file mode 100644
index 0000000..41cf673
--- /dev/null
+++ b/static/views/updater.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+ Update Available
+ There's a new update for Aerocord! Update now to get new fixes and features!
+
+ Current:
+
+ Latest:
+
+
+ Changelog
+ Loading...
+
+
+
+
+
+
+
+
+
\ No newline at end of file