mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-30 12:11:58 +00:00
add caching page and nostr verification
This commit is contained in:
5
.well-known/nostr.json
Normal file
5
.well-known/nostr.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"names": {
|
||||||
|
"_": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
2133
package-lock.json
generated
2133
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
src/caching.njk
Normal file
22
src/caching.njk
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
title: Caching
|
||||||
|
layout: layouts/peripheral.njk
|
||||||
|
---
|
||||||
|
|
||||||
|
<section id="hero">
|
||||||
|
<div id="hero-image" class="image-with-shadow">
|
||||||
|
<img src="/assets/images/jobs-hero.png" alt="caching page hero: laptop emerging from an embassy" title="caching page hero: laptop emerging from an embassy"/>
|
||||||
|
<img class="img-shadow" src="/assets/images/jobs-hero.png" alt=""/>
|
||||||
|
</div>
|
||||||
|
<div id="logo">
|
||||||
|
<h1>
|
||||||
|
<span>Is your problem caching?</span>
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="contact">
|
||||||
|
<h2>YES*</h2>
|
||||||
|
<br />
|
||||||
|
<p>*Answer may be incorrect due to caching</p>
|
||||||
|
</section>
|
||||||
Reference in New Issue
Block a user