forked from BhathiyaTK/Tourism-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
locations.html
19 lines (13 loc) · 833 Bytes
/
locations.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="style_activities.css">
<link rel="stylesheet" type="text/css" href="locations.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:100" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css">
<link rel="icon" href="images/site-logo.png" />
<title>Cities & Other Locations</title>
</head>