Update index.html

master
urbicide 2020-10-30 08:40:41 +03:00 committed by GitHub
parent 9ee5400c4f
commit 4d8293a9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -11,11 +11,6 @@
<title>(っ◔◡◔)っ ♥ #CHLOR ♥</title>
</head>
<body>
<div class="video-background">
<video playsinline autoplay muted loop id="bgvid">
<source src="media.webm" type="video/webm">
</video>
</div>
<div class="links">
<h2><a href="irc://irc.freenode.net:+6697/chlor" title="freenode web-site">chat.freenode.net:6667</a>: #chlor</h2>
<h2>#chlor ZeroTier: 3efa5cb78a321232</h2>
@ -28,7 +23,12 @@
<h2><a href="http://feminism-russia.ru/feminizator/" title="Магическая хуита">Феминизатор</a></h2>
<h2><a href="https://homotopytypetheory.org/" title="HoTT">Homotopy Type Theory</a></h2>
<h2>[<a href="https://art.suburban.me/" title="ART.Bratieeschqueievieetsch">ART</a>]</h2>
<h2>[<a href="https://makemeazombie.com/" title="MakeAZombie">Zombie</a>]</h2>
</div>
<div class="video-background">
<video playsinline autoplay muted loop id="bgvid">
<source src="media.webm" type="video/webm">
</video>
</div>
</div>
</body>
</html>