-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules_doc.html
More file actions
91 lines (90 loc) · 2.01 KB
/
rules_doc.html
File metadata and controls
91 lines (90 loc) · 2.01 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="T1Z71qbRMX8KcLgvwg4sW58l74E25WLqT7Mjt3LAkpc" /> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UBGdir - submitting a doc</title>
<link rel="icon" type="image/png" href="favicon.png">
<style>
body {
text-align: center;
font-family: arial;
color: white;
background-color: black;
}
.card-link {
text-decoration: none;
color: inherit;
display: block;
}
img {
max-height: 100px;
border-radius:20px
}
a {
color: white;
}
ol {
width: fit-content;
margin: 0 auto;
padding-left: 20px;
text-align: left;
}
ul {
width: fit-content;
margin: 0 auto;
padding-left: 20px;
text-align: left;
}
li {
text-align: left;
}
input {
border: none;
height: 30px;
border-radius: 10px;
}
.logo {
position: fixed;
top: 0px;
left: 0px;
}
.otherimg {
border-radius: 0px;
}
hr {
border: none;
height: 2px;
background-color: white;
}
/* site tags */
.normal {
color: green;
}
.gsite {
color: yellow;
}
.doc {
color: blue;
}
</style>
</head>
<body>
<a href="https://0800WebDev.github.io/UBGdir" class="logo"> <img class="logo otherimg" src="logo.png" width="60px"> </a>
<div>
<h1>UBGdir</h1>
<h2>Rules for submitting a doc</h2>
</div>
<br>
<div>
<ol>
<li>must be unblocked( games) related</li>
<li>must be well organized. no low quality docs.</li>
<li>The doc must not contain any malicious ads or links such as viruses, scams, etc. </li>
<li>The site must be suitable for all ages</li>
<li>You must own or have owners permission of the site you want to submit. </li>
<li>other versions of the same doc will not be accepted</li>
</ol>
</div>
</body>
</html>