-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (33 loc) · 1.1 KB
/
index.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
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Marco's 3D printing Company</title>
</head>
<body>
<h1>Offers of service include 3D printing STLs, Modelling objects or Scanning</h1>
<p> 3D printing is used for making custom objects without addtional tooling, traditional manufacturing can be expensive for a bespoke product</p>
<p> This is why I offer an affordable and high quality prints for all my customers!</p>
<p> No One should be without access to 3D printing and rely on global shipping arounds for simple solutions to their needs!</p>
</body>
<table><caption>Here is my service menu</caption>
<thead>
<tr>
<th>Services Offered</th>
<th colspan = '2'>Phone</th>
</tr>
</thead>
<tbody>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
</html>