-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDuleTube.html
21 lines (21 loc) · 904 Bytes
/
DuleTube.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>HTML Meta Tag</title>
<meta http-equiv = "refresh" content = "1; url = index.htm" />
<meta charset="UTF-8">
<style type="text/css">
body {
background-image: url();
background-repeat: no-repeat;
text-align: center;
}
</style>
</head>
<body>
<p><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 36px; color: rgb(184, 49, 47);"></span><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 36px; color: rgb(235, 107, 86);"><strong>Loading...</strong></span></p>
<p><img src="https://i.imgur.com/wm4nsxl.gif" width="131" height="212">
</p>
<p><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 36px; color: rgb(235, 107, 86);"></span><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 36px; color: rgb(184, 49, 47);"><strong>DuelTube</strong></span></p>
</body>
</html>