-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (43 loc) · 1.98 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE HTML>
<html>
<head>
<title>collab</title>
<meta charset="utf-8">
<link rel="shortcut icon" href="https://cdn.sstatic.net/Sites/stackoverflow/Img/favicon.ico?v=ec617d715196">
<link id="theme" rel="stylesheet" href="css-styles/main-style.css">
<link id="theme" rel="alternate stylesheet" href="css-styles/dark.css">
<link id="w3css" rel="stylesheet" href="css-styles/w3.css">
</head>
<body>
<nav id="navigation">
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../pages">Pages</a></li>
<li><a href="https:/discord.io/juarez2010">Discord (if anyone needs help)</a></li>
</ul>
</nav>
<script src="js/jquery-3.6.0.min.js"></script>
<script src="js/w3.js"></script>
<script src="js/jquery-3.6.0.js"></script>
<script src="js/page.js"></script>
<p id="welcome"> Welcome to our collab!</p>
<br>
<br>
<div id="web-in-progress" class="w3-panel w3-blue w3-border">
<p>Website in progress</p>
<br>
<p id="fricking-random-stuff"> Juarez2010: This is a website or whatever you want to call it but yeah. Leo: This is a website where me and my friend will try and make this into some sort of texting app.
<br> For now though, we will just experiment in here. <br> Also, if you are wondering about the tab icon, that is just a placeholder for now. Credit to Java. <br> Leo: Forgot to mention this is where we are going to post and code! <br> We refresh the site every few hours!</p>
</div>
<br>
<a href="../txt-thing-wip/amazing/">Test</a>
<br>
<br>
<br>
<br>
<a id="rickroll-lol" href="https://bit.ly/3bzBe5c" target="_blank">idk click here</a>
<br>
<br>
<button onclick="toggleTheme()">test lol</button>
</body>
</html>