Files
College-thing/index.html
T
2022-03-09 11:59:25 +00:00

59 lines
1.8 KiB
HTML

<link rel="stylesheet"
href="style.css">
<html>
<title>Marcus's website</title>
<head>
<B><u><h1>Marcus's website</h1></u></B>
</head>
<nav><A href="https://discord.gg/W67AXhw72A">Discord server</A> <a href="https://github.com/mrmarcus007">Github (sorta empty)</a> <a href="Second-page.html">Page 2</a> </nav>
<h3>so this website is meant to be be about me..... I like..... </h3>
<h3><p style="color:rgb(252, 63, 6)">computers, games, digital art, wasting my life, virtual photography and *censored*</p></h3>
<h4>the render is mine, it was made in Unreal 5 with the use of technologies Lumen, Nanite and Metahuman.</h4>
<div>
<img width="768" height="432" text-align="centre" src="Anita's introduction.jpeg">
</div>
<div>
<body> <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/dQw4w9WgXcQ?&?autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </body>
</div>
<body>
<button onclick="myFunction()" button>
<h1>cool button</h1>
</body>
<body>
<button onclick="getLocation()" button> <h1>cooler button</h1>
</body>
</html>
<script>
function myFunction() {
alert ("I am a box that alerts");
}
</script>
<p id="demo"></p>
<script>
function getLocation() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(showPosition);
} else {
x.innerHTML = "Geolocation is not supported by this browser.";
}
}
function showPosition(position) {
x.innerHTML = "Latitude: " + position.coords.latitude +
"<br>Longitude: " + position.coords.longitude;
}
</script>