diff options
author | Daniil Baturin <daniil@baturin.org> | 2020-10-12 21:43:40 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2020-10-12 21:43:40 +0700 |
commit | 2b96666a1127e5a7a3670d1fe67536e47f7628b5 (patch) | |
tree | 08d199d5d6b5b273519b87b4bdcc91784a3d2bd8 /templates | |
parent | d57650a5051e38f099fa98a8a74fbb1b46643af4 (diff) | |
download | community.vyos.net-2b96666a1127e5a7a3670d1fe67536e47f7628b5.tar.gz community.vyos.net-2b96666a1127e5a7a3670d1fe67536e47f7628b5.zip |
Initial commit.
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> |