working with html is so annoying
This commit is contained in:
parent
d6493fbdce
commit
aac3de9ee1
3 changed files with 102 additions and 54 deletions
34
website/links.html
Normal file
34
website/links.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta charset="utf-8">
|
||||
<title>Jane's Original Website DO Not Steal</title>
|
||||
<link rel="icon" type="image/png" href="https://n2.pm/favicon.png">
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
<style>
|
||||
body {
|
||||
background-image: url('./bg.png');
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<br />
|
||||
<div>.</div>
|
||||
<div>.</div>
|
||||
<p class="monospace">jane#0009 on discord</p>
|
||||
<div>.</div>
|
||||
<div>.</div>
|
||||
<p class="monospace"><a href="https://last.fm/user/janeptrv">last.fm</a></p>
|
||||
<p class="monospace"><a href="https://twitter.com/jane____0">twitter</a></p>
|
||||
<div>.</div>
|
||||
<div>.</div>
|
||||
<p class="monospace"><a href="https://github.com/janeptrv">github</a></p>
|
||||
<p class="monospace"><a href="https://gitlab.com/janeptrv">gitlab</a></p>
|
||||
<p class="monospace"><a href="https://gitdab.com/jane">gitdab</a></p>
|
||||
<br />
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue