-
Notifications
You must be signed in to change notification settings - Fork 0
/
lib.php
19 lines (18 loc) · 806 Bytes
/
lib.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<link rel="stylesheet" href="Styles/css/w3.css" />
<link rel="stylesheet" href="Styles/css/bootstrap.min.css" />
<link rel="stylesheet" href="Styles/css/checkbox.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open Sans">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
<title>Protute</title>
<style>
h1,h2,h3,h4,h5,h6 {font-family: "Oswald"}
body {font-family: "Open Sans"}
a:hover{text-decoration:none;}
.w3-bar-item:hover{background:#993}
mysidebar a:hover{text-decoration:none}
</style>
</head>