Update index.html
parent
762717f751
commit
fb6c4ff4bb
62
index.html
62
index.html
|
@ -1,31 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>V00RM's Eepsite</title>
|
||||
<link rel="stylesheet" href="/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Welcome to V00RM's Eepsite</h1>
|
||||
<p style="font-size: 14px;">Not much about me, im just a bored dude that does stupid projects.</p>
|
||||
<a href="/projects.html">
|
||||
<button type="button">Projects</button>
|
||||
</a>
|
||||
<a href="http://git.community.i2p/v00rm">
|
||||
<button type="button">Git</button>
|
||||
</a>
|
||||
<a href="/pgp.txt">
|
||||
<button type="button">PGP</button>
|
||||
</a>
|
||||
<a href="/donate.html">
|
||||
<button type="button">Donate</button>
|
||||
</a>
|
||||
<footer>
|
||||
|
||||
<p>Contact me via email <a href="mailto:v00rm@mail.i2p">v00rm@mail.i2p</a></p>
|
||||
</footer>
|
||||
</header>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>V00RM's Eepsite</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Welcome to V00RM's Eepsite</h1>
|
||||
<p style="font-size: 14px;">Not much about me, im just a bored dude that does stupid projects.</p>
|
||||
<a href="/projects.html">
|
||||
<button type="button">Projects</button>
|
||||
</a>
|
||||
<a href="http://git.community.i2p/v00rm">
|
||||
<button type="button">Git</button>
|
||||
</a>
|
||||
<a href="/pgp.txt">
|
||||
<button type="button">PGP</button>
|
||||
</a>
|
||||
<a href="/donate.html">
|
||||
<button type="button">Donate</button>
|
||||
</a>
|
||||
<footer>
|
||||
|
||||
<p>Contact me via email <a href="mailto:v00rm@mail.i2p">v00rm@mail.i2p</a></p>
|
||||
</footer>
|
||||
</header>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue