-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 927 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>devpty</title>
<link rel="stylesheet" href="index.css">
<link rel="me" href="https://mastodon.gamedev.place/@devpty"></link>
</head>
<body>
<div id="video-box">
<video id="video" src="./assets/bgv.mp4" autoplay muted loop>
</div>
<div id="logo-box">
<a class="logo" href="./dev.html" style="color: #fff;">dev</a><a class="logo" href="./pty.html" style="color: #6940ff;">pty</a>
</div>
<div id="text-box">( click on our name for info. )</div>
<div id="ring-box">
<img src="https://devpty.github.io/webring/icon.svg" width="78.195" height="69.1875" /><iframe width="400" height="100" src="https://devpty.github.io/webring/user/devpty.html"></iframe>
</div>
</body>
</html>