-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
23 lines (21 loc) · 997 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Simple CSS switch</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/simple-css-switch.css">
<link class="s-css-s--style" rel="stylesheet" title="Default style" href="css/main.css">
<link class="s-css-s--style" rel="stylesheet alternate" title="Red style" href="css/red.css">
<link class="s-css-s--style" rel="stylesheet alternate" title="Green style" href="css/green.css">
</head>
<body onload="simpleCssSwitch()">
<h1>
<a href="https://github.com/pau4o/simple-css-switch">Simple CSS switch</a>
</h1>
<div id="s-css-s--menu"></div>
<script src="js/simple-css-switch.js"></script>
</body>
</html>