-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.php
28 lines (20 loc) · 923 Bytes
/
head.php
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
<!doctype html>
<html>
<head>
<title>VinylTrade</title>
<link rel="icon" type="image/x-icon" href="images/logo.png">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<!--<script src="js/jquery.min.js"></script>-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/sendmessage.js"></script>
<script src="js/receivemessage.js"></script>
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/slidelist.css">
<link rel="stylesheet" href="css/specs.css">
<link rel="stylesheet" href="css/sendmessage.css">
<link rel="stylesheet" href="css/login.css">
<link rel="stylesheet" href="css/registration.css">
<link rel="stylesheet" href="css/myVinyls.css">
</head>
<body>