mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 11:14:48 +00:00
yolo
This commit is contained in:
parent
8568a2d6d2
commit
a4d97c5353
1 changed files with 16 additions and 7 deletions
23
index.html
23
index.html
|
@ -10,9 +10,9 @@
|
|||
<meta property="og:type" content="website" />
|
||||
<meta name="author" content="GenShibe" />
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
<meta name="og:image" content="./assets/DSCF8928.jpg" />
|
||||
<meta name="og:image" content="assets/DSCF8928.jpg" />
|
||||
<meta property="og:url" content="https://genshibe.ca" />
|
||||
<meta property="twitter:image" content="./assets/DSCF8928.jpg" />
|
||||
<meta property="twitter:image" content="assets/DSCF8928.jpg" />
|
||||
|
||||
<title>Gen's Website</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
|
@ -25,7 +25,7 @@
|
|||
<a href="https://en.pronouns.page/@genshibe">They/She pronouns :3</a>
|
||||
</h2>
|
||||
<hr />
|
||||
<h2>I'm just a...</h2>
|
||||
<h2>I'm a...</h2>
|
||||
<ul>
|
||||
<li>Transit enthusiast 🚍</li>
|
||||
<li>
|
||||
|
@ -51,10 +51,19 @@
|
|||
<a href="mailto:gen@genshibe.ca">Email</a>
|
||||
</div>
|
||||
<span
|
||||
>Last updated: <span class="last-updated"></span> | ©️ Licensed under
|
||||
GPL V3 |
|
||||
<a href="https://github.com/GenShibe/website/">Source code</a></span
|
||||
>
|
||||
>Last updated at : <span class="last-updated"></span> | ©️ Licensed
|
||||
under GPL V3
|
||||
<br />
|
||||
<br />
|
||||
This website is part of the
|
||||
<br />
|
||||
<a href="https://ctp-webr.ing/genshibe/previous">←</a
|
||||
><a href="https://ctp-webr.ing/"> ~Catppuccin Webring~ </a
|
||||
><a href="https://ctp-webr.ing/genshibe/next">→</a>
|
||||
<br />
|
||||
<br />
|
||||
<a href="https://github.com/GenShibe/website/">Source code</a>
|
||||
</span>
|
||||
<select class="theme-selector">
|
||||
<option value="latte">Latte</option>
|
||||
<option value="frappe">Frappé</option>
|
||||
|
|
Loading…
Add table
Reference in a new issue