-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (38 loc) · 1.06 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CSSrefresh</title>
<style>
html {
font-family: 'Helvetica Neue', sans-serif;
}
div {
max-width: 50vw;
margin: 2em auto;
}
a {
float: left;
margin-right: 1rem;
color: white;
background: black;
text-decoration: none;
font-size: 2em;
line-height: 0.8;
display: inline-block;
border: 1px solid;
padding: 0.25em;
border-radius: 2px;
}
span {
display: block;
}
</style>
</head>
<body>
<div>
<a href="javascript:(function(script){script=document.createElement('script');script.setAttribute('src','https://it-ony.github.io/cssrefresh/cssrefresh.js');document.getElementsByTagName('head')[0].appendChild(script);})();" title="CSSrefresh">CSS<span>refresh</span></a>
<p>Drag this button to your bookmark bar.</p>
</div>
</body>
</html>