-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathverifyedit.html
45 lines (37 loc) · 894 Bytes
/
verifyedit.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
40
41
42
43
44
45
<html>
<head>
<title>Skparab1 Forum - Edit message</title>
<style>
.button {
background-color: #6e6b67;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
width: 17%;
display: inline-block;
font-size: 16px;
transition: all 0.2s ease-in-out;
box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
border-color: white;
border-width: 1px;
border-style: dotted;
}
button:hover {
cursor: pointer;
background:#bbb;
color: black;
border-color: black;
border-width: 1px;
border-style: dotted;
}
</style>
<script>
document.write('<h1>Skparab1 forum - Edit message</h1>');
document.write('<h1>Do not edit! editing is currently down!</h1>');
</script>
</head>
<body>
</body>
</html>