-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathold.html
39 lines (37 loc) · 1020 Bytes
/
old.html
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
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://icycoide.github.io/assets/IcycoideFavicon.ico" />
<title>Icycoide's official server</title>
<meta name="robots" content="index,follow" />
<meta property="og:title" content="icycoide" />
<meta
property="og:description"
content="Icycoide's website."
/>
<!-- Import the webpage's stylesheet (No.) -->
<!--link rel="stylesheet" href="/style.css" -->
<!-- Import the webpage's javascript file (Neither.) -->
</head>
<body>
<iframe
src="https://icycoide.wordpress.com/"
style="
position: fixed;
top: -49px;
left: 0px;
bottom: 0px;
right: 0px;
width: 100%;
height: 105%;
border: none;
margin: 0;
padding: 0;
overflow: hidden;
z-index: 999999;
"
></iframe>
</body>
</html>