Add files via upload
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 999 KiB |
+4
-5
@@ -5,11 +5,10 @@ href="style.css">
|
||||
|
||||
<title>Marcus Website page 2</title>
|
||||
|
||||
|
||||
|
||||
<head> <h1>wowwww a second page</h1>
|
||||
<head> <h1>wowwww a second page (*UwU*)</h1>
|
||||
</head>
|
||||
|
||||
<div>
|
||||
<nav> <a href="https://mrmarcus007.github.io/College-thing/"> Back to index </a> </nav>
|
||||
</div>
|
||||
|
||||
<img src="dick.jpg">
|
||||
<img width="768" height="432" text-align="centre" src="The_max.jpeg">
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
+31
-4
@@ -14,20 +14,47 @@ href="style.css">
|
||||
<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</h4>
|
||||
<h4>the render is mine, it was made in unreal 5 using lumen, nanite and metahuman.</h4>
|
||||
|
||||
<img width="303.75" height="540" text-align="centre" src="NewLevelSequence0001.jpeg">
|
||||
<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>click me</h1>
|
||||
<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>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user