Skip to content

Commit

Permalink
mrioeahjksd
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason McAlister authored Apr 16, 2024
1 parent 71d4945 commit f67211b
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 31 deletions.
3 changes: 2 additions & 1 deletion aboutme.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<body>
<link rel="stylesheet" href="style.css">
<nav>
<ul>
<ul padding="0px">
<li><a></a></li>
<li><a href="index.html">HOME</a></li>
<li><a href="aboutme.html" style="color:aliceblue">TOUBA</a></li>
<li><a href="contact.html">CONTACT</a></li>
Expand Down
33 changes: 17 additions & 16 deletions chatbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@
<link rel="icon" type="image/x-icon" href="favicon.png">
<title>catto's website: con's chatroom</title>
</head>
<body>
<link rel="stylesheet" href="style.css">
<nav>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="aboutme.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="youtube.html">YOUTUBE</a></li>
<li><a href="chatbox.html" style="color:aliceblue">MOORTAHC [made by con]</a></li>
</ul>
</nav>
<h1>Expect greatness on this page soon.</h1>
<h2>Actually, I wouldn't count on it. Chatrooms are hard af to make.</h2>
<div id="chatroom"></div>
<script src="./scripts/chatroom.js"></script>
</body>
<body>
<link rel="stylesheet" href="style.css">
<nav>
<ul padding="0px">
<li><a></a></li>
<li><a href="index.html">HOME</a></li>
<li><a href="aboutme.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="youtube.html">YOUTUBE</a></li>
<li><a href="chatbox.html" style="color:aliceblue">MOORTAHC [made by con]</a></li>
</ul>
</nav>
<h1>Expect greatness on this page soon.</h1>
<h2>Actually, I wouldn't count on it. Chatrooms are hard af to make.</h2>
<div id="chatroom"></div>
<script src="./scripts/chatroom.js"></script>
</body>
</html>
3 changes: 2 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<body>
<link rel="stylesheet" href="style.css">
<nav>
<ul style="padding-left: 0px;">
<ul padding="0px">
<li><a></a></li>
<li><a href="index.html">HOME</a></li>
<li><a href="aboutme.html">ABOUT</a></li>
<li><a href="contact.html" style="color:aliceblue">TCATNOC</a></li>
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<body>
<link rel="stylesheet" href="style.css">
<nav>
<ul>
<ul padding="0px">
<li><a></a></li>
<li><a href="index.html" style="color:aliceblue">EMOH</a></li>
<li><a href="aboutme.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="youtube.html">YOUTUBE</a></li>
<li><a href="chatbox.html">CHATROOM</a></li>
<!-- <li><a href="chatbox.html">CHATROOM</a></li> -->
</ul>
</nav>
<h2>bing bong</h2>
Expand Down
24 changes: 13 additions & 11 deletions youtube.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
<html>
<head>
<link rel="icon" type="image/x-icon" href="favicon.png">
<title>catto's website: youtube</title>
</head>
<body>
<title>catto's website: youtube</title>
<body>
<link rel="stylesheet" href="style.css">
<nav>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="aboutme.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="youtube.html" style="color:aliceblue">EBUTUOY</a></li>
<!-- <li><a href="chatbox.html">CHATROOM'</a></li> -->
</ul>
</nav>
<ul padding="0px">
<li><a>| </a></li>
<li><a href="index.html">HOME</a></li>
<li><a href="aboutme.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="youtube.html" style="color:aliceblue">EBUTUOY</a></li>
<!-- <li><a href="chatbox.html">CHATROOM'</a></li> -->
</ul>
</nav>
<h1>youtube</h1>
<a href="https://youtube.com/@catto24/">go to my channel if you want to be bored</a>
<iframe height="90px" width="310px" frameborder="0" src="https://socialcounts.org/youtube-live-subscriber-count/UC-EvxeD1T61Zk3Q6PCaBWYg/embed" allowFullScreen></iframe>
</body>
</html>
</html>

0 comments on commit f67211b

Please sign in to comment.