diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main.html | 9 | ||||
-rw-r--r-- | templates/menu.html | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/templates/main.html b/templates/main.html new file mode 100644 index 0000000..3380e51 --- /dev/null +++ b/templates/main.html @@ -0,0 +1,9 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + </head> + <body> + <main> </main> + </body> +</html> diff --git a/templates/menu.html b/templates/menu.html new file mode 100644 index 0000000..6acb1a9 --- /dev/null +++ b/templates/menu.html @@ -0,0 +1,6 @@ +<nav> + <a href="/download">Get VyOS</a> + <a href="/contribute">Contribute</a> + <a href="https://phabricator.vyos.net">Report a bug</a> + <a href="https://vyos.io">Commercial services</a> +</nav> |