-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Changelog</title> | ||
<link id="theme-style" rel="stylesheet" href="style.css"> | ||
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon"> | ||
<script src="theme-toggle.js" defer></script> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" /> | ||
</head> | ||
<body> | ||
<div class="banner-changelog" id="tint"> | ||
<ul> | ||
<li class="right"> </li> | ||
<li class="right"><a href="sources.html">Sources</a></li> | ||
<li class="right"><a href="media.html">Media</a></li> | ||
<li class="right"><a href="archives.html">Archives</a></li> | ||
<li class="right"><a href="tos.html">Terms of Service</a></li> | ||
<li class="right"><a href="meet-the-developers.html">Meet the Developers</a></li> | ||
<li class="right"><a href="help.html">Help</a></li> | ||
<li class="right"><a href="changelog.html" class="active">Changelog</a></li> | ||
<li class="right"><a href="news.html">Newsletter</a></li> | ||
<li class="right"><a href="index.html">Start</a></li> | ||
<li class="left"><a href="index.html" style="font-size: 22px;"><img src="img/favicon.png" class="logo" alt=""></a></li> | ||
<li class="left"> | ||
<select id="theme-selector"> | ||
<option value="style.css">Light Theme</option> | ||
<option value="dark.css">Dark Theme</option> | ||
<option value="matrix.css">Matrix Theme</option> | ||
<option value="future.css">Future Theme</option> | ||
<option value="blue.css">Blue Theme</option> | ||
<option value="legacy-light.css">Legacy Light</option> | ||
<option value="legacy-dark.css">Legacy Dark</option> | ||
</select> | ||
</li> | ||
</ul> | ||
<div class="overlay"><div id="fullbright"><br><br><br><h1 class="header" style="color: white; font-size: 81px; filter: none;">Sources</h1></div></div> | ||
</div> | ||
<br><br><br> | ||
<div class="container"> | ||
<a href="index.html"><button class="nav-button">Home 🏡</button></a> | ||
</div> | ||
<h1>This Will be added later its 8:47 pm when Im programming this and I'm just tired I don't even know if I'm coding it right lol</h1> | ||
<script type="text/javascript"> | ||
(function(w,d,v3){ | ||
w.chaportConfig = { | ||
appId : '66f216f3ab06b36764ed7aa4' | ||
}; | ||
|
||
if(w.chaport)return;v3=w.chaport={};v3._q=[];v3._l={};v3.q=function(){v3._q.push(arguments)};v3.on=function(e,fn){if(!v3._l[e])v3._l[e]=[];v3._l[e].push(fn)};var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://app.chaport.com/javascripts/insert.js';var ss=d.getElementsByTagName('script')[0];ss.parentNode.insertBefore(s,ss)})(window, document); | ||
</script> | ||
|
||
<div id="player"></div> | ||
<a class="copyrighted-badge" title="Copyrighted.com Registered & Protected" target="_blank" href="https://app.copyrighted.com/website/deFtquwaQCl2g1j8"><img alt="Copyrighted.com Registered & Protected" border="0" width="125" height="25" srcset="https://static.copyrighted.com/badges/125x25/03_1_2x.png 2x" src="https://static.copyrighted.com/badges/125x25/03_1.png"></a><script src="https://static.copyrighted.com/badges/helper.js"></script> | ||
</body> | ||
</html> |