add some stuff
This commit is contained in:
parent
598960ece9
commit
bc22f8c214
1 changed files with 6 additions and 2 deletions
|
@ -76,14 +76,14 @@
|
|||
<h1 id="header">awesome.colean.cc</h1>
|
||||
|
||||
<img id="awdog" src="res/awdog.png" width="160" onclick="pet()"><br>
|
||||
awdog, the mascot of awesome
|
||||
<a href="javascript:bio()">awdog</a>, the mascot of awesome
|
||||
|
||||
<br><br>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://git.colean.cc/awesomeuser/awesome.git">@gitrepo</a></li>
|
||||
<li><a href="https://colean.cc">@mothersite</a></li>
|
||||
<br>
|
||||
<hr style="border-top: none;">
|
||||
<li><a href="proj/wolfystein.html">@Wolfystein3D</a></li>
|
||||
</ul>
|
||||
|
||||
|
@ -97,6 +97,10 @@
|
|||
intensity = 10;
|
||||
}
|
||||
|
||||
function bio() {
|
||||
alert("awdog is nonbinary ^w^");
|
||||
}
|
||||
|
||||
var prevTime = 0;
|
||||
|
||||
async function update(timestamp) {
|
||||
|
|
Reference in a new issue