-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtpl_index.html
More file actions
29 lines (29 loc) · 931 Bytes
/
tpl_index.html
File metadata and controls
29 lines (29 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Friendo Ring</title>
<link rel="stylesheet" href="base.css">
<link rel="stylesheet" href="index.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<img src="icon.svg" width="104.26" height="92.25" />
<h1>Friendo<br/>Ring</h1>
</header>
<main>
<ul id="l">[user_list]
</ul>
</main>
<section style="display:none">
<div id="p0"></div>[user_text]
</section>
<script>
let y="style",z="display",c=l.children,s=0,i=0,e
for(;i<c.length;)e=c[i].firstChild,window["p"+(e.i=++i)][y][z]="none",e.onmouseout=e.onblur=function(g){g.target.onfocus(null)},e.onfocus=e.onmouseover=function(g){e=(g&&g.target.i)||document.activeElement.i||0;window["p"+s][y][z]="none",window["p"+(s=e)][y][z]="block"}
document.body.className="js"
</script>
</body>
</html>