-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebmaster.html
More file actions
39 lines (36 loc) · 1.08 KB
/
webmaster.html
File metadata and controls
39 lines (36 loc) · 1.08 KB
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
<link href="css/StyleSheet.css" rel="stylesheet" type="text/css">
<!DOCTYPE html>
<html>
<head>
<title id="title">Webmaster</title>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<link rel='icon' href='img/favicon.ico' type='image/x-icon'/ >
</head>
<body>
<header>
<h1>Webmaster</h1>
<div class="sidenav">
<div id="navigation"></div>
</div>
</header>
<main class="content">
<p>This section will cover a lot of knowledge I have based on having many websites over the years. There will be several other pages covering a variety of things such as:</p>
<ul>
<li>Weebly</li>
<li>DNS</li>
<li>Wordpress</li>
<li>Hosting Server with Synology NAS</li>
<li>Siteground Hosting</li>
<li>Let’s Encrypt SSL</li>
<li>HTML</li>
<li>CSS</li>
<li>and many more…</li>
</ul>
</main>
<footer>
<div id="foot"></div>
<p><strong id='copyright'>Copyright ©2019 Ben Weese</strong></p>
</footer>
</body>
</html>