Skip to content

Commit

Permalink
made change log
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlorinatedPastries committed Feb 10, 2025
1 parent 3c9dd9c commit 16b0d77
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 7 deletions.
1 change: 1 addition & 0 deletions codesinps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ HTML
<head>
<title></title>
<script src=""></script>
<script src="/commen.js"></script>
<link rel="stylesheet" href="">
<link rel="stylesheet" href="/comen.css">
<link rel="icon" type="image/x-icon" href="/images/gerafics/favicon.ico">
Expand Down
4 changes: 2 additions & 2 deletions commen.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ function RandomNum() { //im bored so i made this
const math_con_num2 = add1 - pi - e - phi
const math_con_num3 = add1 * pi * e * phi
const math_con_num4 = add1 / pi / e / phi
const math_con_num5 = add1 ^ pi ^ e ^ phi
const math_con_num6 = add1 ** pi ** e ** phi
const math_con_num5 = add1 ^ pi / e ^ phi
const math_con_num6 = add1 ** pi / e ** phi
const math_con_num7 = add1 % pi % e % phi + 1
const math_con_num8 = add1 + pi - e * phi
const math_con_num9 = add1 + pi + e + phi
Expand Down
8 changes: 8 additions & 0 deletions extras/coool.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,12 @@ float: right;
padding: 5px;
font-size: 24px;
width: 580px;
}
#lonks{
p.double {border-style: double;}
background-color:#565656;
border: 4px solid #505050;
border-radius: 12px;
padding: 5px;
font-size: 24px;
}
11 changes: 8 additions & 3 deletions extras/extras.htm
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@
<li><a style="color:#50c5e9" href=""></a>LINKS</li>
</ul>
</div>
<div id="team-link">
<a href="/extras/team.htm"><h1>Meet the Some People Team</h1></a>
</div>
<h1>EXTRAS</h1>
<div id="lonks">
<a href="/extras/devpages/ChlorinatedPastries/huhuhuhuhuhu.htm">ChlorinatedPastries dev page!</a><br>
<a href="/extras/team.htm">Meet the team!</a><br>
<a href="/extras/tests/Test.htm">The_testing.ground</a><br>
<a href="/extras/more/imgs.htm">the imgs</a><br>

</div>

<img id="background-color" src="/images/gerafics/madewithcode.png">

Expand Down
Binary file added images/gifs/525740435.9_hi-smiley-face.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
8 changes: 8 additions & 0 deletions index/changelog.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#div1 {
p.double {border-style: double;}
background-color:#565656;
border: 4px solid hsl(199, 77%, 71%);
border-radius: 12px;
padding: 5px;
font-size: 24px;
}
35 changes: 35 additions & 0 deletions index/changelog.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title></title>
<script src=""></script>
<script src="/commen.js"></script>
<link rel="stylesheet" href="/index/changelog.css">
<link rel="stylesheet" href="/comen.css">
<link rel="icon" type="image/x-icon" href="/images/gerafics/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #626262;">
<noscript>You Shoud Enable JavaScript Now!</noscript>
<div id="primary-nav">
<ul>
<li><a style="color:#50c5e9" href="/index/news/news.html">NEWS</a></li>
<li><a style="color:#50c5e9" href="/index/index.html">HOME</a></li>
<li><a style="color:#50c5e9" href="/forms.htm">FORMS</a></li>
<li><a style="color:#50c5e9" href="/games/ihgiygjfyf.htm">GAMES</a></li>
<li><a style="color:#50c5e9" href="/extras/extras.htm">EXTRAS</a></li>
<li><a style="color:#50c5e9" href="/proxys.htm">PROXYS</a></li>
<li><a style="color:#50c5e9" href="/exploits/exp.htm">EXPLOITS</a></li>
<li><a style="color:#50c5e9" href="/apps/apps.htm">APPS</a></li>
<li><a style="color:#50c5e9" href="/index/others-gamesits.htm">LINKS</a></li>
</ul>
</div>

<div id="div1">
<h1 class="ver-num">V1.0.0</h1>
<p class="changes">WEBSITE LAUNCH <br>
things we have so far: %NUM% of games, our own self coded proxy, an form/chatroom, apps, and exploits!<br>
I hope you have a fun time here!</p>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1>Game spotlight</h1>
<div id="right-side-junk">
<div id="weekly-news"> <!--What to put in here: #of commits this week, major and semi-major updates, etc. -->
<h1>Weekly News!</h1>
<p> %NUM% of commits this week. Updates:</p>
<p> %NUM% of commits this week. Updates: <a href="/index/changelog.htm">change log</a></p>
</div>
<div id="stats">
<h1>Stats!</h1>
Expand Down
2 changes: 1 addition & 1 deletion index/sbak.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16b0d77

Please sign in to comment.