mirror of
https://github.com/nicolabs/nicolabs.net.git
synced 2025-09-07 16:27:21 +02:00
Plain simple page
This commit is contained in:
parent
2af0276e98
commit
d6b1036a85
12
index.html
Normal file
12
index.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<ul>
|
||||
<li><a href="http://nicobo.net">Blog</a></li>
|
||||
<li><a href="https://github.com/nicolabs">Github</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue