add gallery
This commit is contained in:
parent
2d9747fd0a
commit
3c43c727ef
Binary file not shown.
After Width: | Height: | Size: 426 KiB |
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>blek! nox</title>
|
||||
<meta name='description' content='blek! Nox (or simply "nox") is a matrix client that focuses on a good look & feel' />
|
||||
<meta charset='utf-8' />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://nox.blek.codes/" />
|
||||
<meta property="og:title" content="blek! nox" />
|
||||
<meta property="og:description" content='blek! nox (or simply "nox") is a matrix client that focuses on a good look & feel' />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:url" content="https://nox.blek.codes/" />
|
||||
<meta property="twitter:title" content="blek! nox" />
|
||||
<meta property="twitter:description" content='blek! nox (or simply "nox") is a matrix client that focuses on a good look & feel' />
|
||||
|
||||
<!-- Meta Tags Generated with https://metatags.io -->
|
||||
</head>
|
||||
<body>
|
||||
<a href='https://blek.codes'><img src='/blek.png'></img></a>
|
||||
<p>
|
||||
<a href='/'>Go back</a>
|
||||
</p>
|
||||
<h1>Gallery</h1>
|
||||
<p>
|
||||
<img src='/gallery/1.png' alt='loading screen'></img>
|
||||
<br/>
|
||||
The loading screen
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -32,6 +32,7 @@
|
|||
<h1>Links</h1>
|
||||
<ul>
|
||||
<li><a href='https://git.blek.codes/blek/nox_site'>Git repo</a></li>
|
||||
<li><a href='/gallery'>Gallery</a></li>
|
||||
</ul>
|
||||
<h1>Where do i get it?</h1>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue