-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·40 lines (32 loc) · 1.16 KB
/
index.html
File metadata and controls
executable file
·40 lines (32 loc) · 1.16 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
40
<!-- final project - 3D printers
Author: Gabriel Garrett
-->
<!DOCTYPE html>
<head>
<title>3D Printer FAQ</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
<header>
<h1 class="header">3D Printer Facts, Questions, and Answers</h1>
<h2 class="header">Your source for all of your 3D printing information and needs</h2>
</header>
<nav>
<ul>
<a href="index.html"><div><li>Home</li></div></a>
<a href="information.html"><div><li>What is 3D Printing?</li></div></a>
<a href="types.html"><div><li>Different types of 3D printers</li></div></a>
<a href="materials.html"><div><li>Materials</li></div></a>
<a href="futureuses.html"><div><li>Future Uses</li></div></a>
<a href="contactus.html"><div><li>Contact Us</li></div></a>
</ul>
</nav>
<div class="info">
<h1 class="info">Welcome to 3D Printer FAQ!</h1>
<p class="info">3D Printer FAQ is a site dedicated to 3D printer facts and information.</p>
<p class="info">
Here, you will find out all about 3D printing. You can find out about multiple types of 3D printers, their materials, and their potential future uses!
</p>
</div>
</body>
</html>