You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.3 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="sources/style.css">
<script src="https://issue.xpub.nl/23/quilt/quilt.js" data-cutFileName="false" data-cutFileName="false"></script>
<link rel="stylesheet" type="text/css" href="https://issue.xpub.nl/23/quilt/quilt.css">
</head>
<body>
<div class="landing">
<div class="skrift">
<h1 id="stiligtekst" class="tekst">Victor´s &nbsp;Userpage</h1>
<script src="sources/textanimation.js"></script>
<hr>
<p class="bio">
Welcome to my userpage. <br>
If you are more interested in me <br>
please check out my website: <br>
<a href="https://vus.netlify.app">Victor Utne Stiberg</a>
</p>
</div>
</div>
<div class="stable">
<audio id="audio1" controls src="sources/hesten.mp3" loop style="display: none;"></audio>
<script src="sources/animatehorse.js"></script>
<div class="enclosure">
<input onchange="horse(this.checked)" id="test" class="sjekk" type="checkbox" style="display: none;">
<label for="test">
<img id="hest1" src="sources/hest.svg" alt="">
</label>
</div>
</div>
</body>
</html>