-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (23 loc) · 971 Bytes
/
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
<!DOCTYPE html>
<html manifest="offline.appcache">
<html>
<head>
<title>DropCSS</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" media="screen" href="assets/l.min.css" />
</head>
<body>
<header>
<h1>[<span class="blue">↓</span>] <span><span class="blue">Drop</span>CSS</span></h1>
<p>Minifying CSS made easy... <span class=tooltip data-tip="Simply drop your CSS files, one by one, on this page...">(?)</span></p>
</header>
<noscript>Sorry this site uses javascript. Please activate it.</noscript>
<ul class="clearfix"></ul>
<footer>By
<a href="http://www.neofyt.com">Neofyt</a>, for
<a href="http://10k.aneventapart.com">10k.aneventapart.com</a>, please
<a href="http://browsehappy.com/">use a modern browser</a> ...
</footer>
<script type="text/javascript" src="assets/app.js" async></script>
</body>
</html>