diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2019-11-30 12:40:35 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2019-11-30 12:40:35 -0500 |
| commit | e706e65318f760d9f0602a08f1badb67d77e5fb1 (patch) | |
| tree | f013b09cab3064a51fe5439cb98e24eace15224e /pages/projects/quantumnet.ejs | |
| parent | b99356105115fec32d75a43bfb5b054220d90141 (diff) | |
| download | alp-website-e706e65318f760d9f0602a08f1badb67d77e5fb1.tar.gz alp-website-e706e65318f760d9f0602a08f1badb67d77e5fb1.tar.bz2 alp-website-e706e65318f760d9f0602a08f1badb67d77e5fb1.zip | |
Switching to NextJS
Diffstat (limited to 'pages/projects/quantumnet.ejs')
| -rw-r--r-- | pages/projects/quantumnet.ejs | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pages/projects/quantumnet.ejs b/pages/projects/quantumnet.ejs new file mode 100644 index 0000000..5e26fc1 --- /dev/null +++ b/pages/projects/quantumnet.ejs @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<!-- Alee Productions Website: Made by Alee and licensed with GPL-3.0 --> +<html> + +<head> + <% include ./includes/header %> +</head> + +<body> +<% include ./includes/navbar %> +<div class="animsition"> +<div class="jumbotron special-color"> + <h2 class="display-4">QuantumNet</h2> + <p class="lead">Description.</p> +</div> +<% include ./includes/scripts %> +<% include ./includes/footer %> +</div> +</body> + +</html>
\ No newline at end of file |
