portfolio/index.html
2022-12-19 10:07:32 +01:00

23 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" Type="text/css" media="all">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
</head>
<body>
<button class="projectbutton" style="background-color: black; color: white;">
<a href="http://www.example.com/page2" style="color: white; text-decoration: none;">
Click me to go to page 2
</a>
</button>
<h1>Hello there, welcome to my portfolio!</h1>
<p>jeg er veldig kul og er ganske kul. veldig kul faktisk. <br>
Og jeg selger kjempe kule klær <a href="http://merch.streamelements.com/tomotowlive">her!</a><br>
Jeg har tar også kule bilder som du kan finne <a href="http://t0m0t0w.github.io/portfolio">her.</a><br>
Meg har lagd <a href="https://t0m0t0w.github.io/krydderthegame">verdens beste spill.</a></p>
</body>
</html>