add some stuff

This commit is contained in:
awesomeuser 2023-07-08 02:36:25 +00:00
parent 598960ece9
commit bc22f8c214

View file

@ -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) {