We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4febce3 commit 7568930Copy full SHA for 7568930
src/landing/manialink/index.html
@@ -0,0 +1,16 @@
1
+---
2
+title: "Manialink"
3
+description: "Manialink user landing page"
4
+layout: layouts/base.html
5
6
+{% include "navbar.html" %}
7
+<link rel="stylesheet" href="/style/home.css">
8
+<main>
9
+ <div>
10
+ <h1>Welcome ManiaLink User!!!</h1>
11
+ <h2>My ManiaLinks:</h2>
12
+ <h3>Maniaplanet:</h3>
13
+ <p>- yipyap</p>
14
+ <p>- alizard</p>
15
+ </div>
16
+</main>
0 commit comments