-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSources.html
66 lines (59 loc) · 1.54 KB
/
Sources.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="HomePage.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
</head>
<body class="flex-wrapper">
<div>
<h1 id="pubname">
the Bee Lucks Be. .♥
<a href="https://sosochi.slack.com/home" id="slackline">
</a>
</h1>
</div>
<nav>
<ul class="navi">
<li>
<a href="Map.html">..♥ UK National Parks Data Map
</a>
</li>
<li>
<a href="Photography.html">..♥ Photography
</a>
</li>
<li>
<a href="Features.html">..♥ Features
</a>
</li>
<li>
<a href="EntertainmentandSport.html">..♥ Entertainment & Sport
</a>
</li>
<li>
<a href="Sources.html">..♥ Sources & Documentation
</a>
</li>
</li>
</ul>
</nav>
<div id="rightside">
<footer>
<div id="pubname">
<p>Feel free to reach out with ideas, questions or comments on this publication by messaging through the Bee Lucks Be..♥
<p>facebook account:
<a href="https://www.facebook.com/be.lucksbee.5" id="fblink">
<img class="fb" src="Images/facebook.png" height=8.8% width=8.8% alt="facebook">
</p>
</a>
<p>..♥ You can email me at [email protected] with story ideas about any happenings in or near the UK's National Parks.
</p>
..♥B.
<h3>
the Bee Lucks Be. .♥
</h3>
</div>
</footer>
</body>
</html>