-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsite.html
More file actions
26 lines (21 loc) · 895 Bytes
/
website.html
File metadata and controls
26 lines (21 loc) · 895 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="style.css">
<title>AriesTechnologies LLC</title>
<link rel="icon" type="type/x-icon" href="favicon.ico">
</head>
<script src="header.js"></script>
<body oncontextmenu="return false;">
<h1>Website Updates</h1>
<img src="Images/AriesTech.png" />
<p>Website updates coming soon! Hoping to clean up and get a new design to improve flow! More information to come.</p>
<hr/>
<h1>New Website</h1>
<p>AtlasCorporations is happy to announce our new website hosted generously by Github! This one is entirely coded by hand so we have complete control of the website.</p>
<u><a href="https://atlascorporations.github.io/">AtlasCorporations Website</a></u>
<hr/>
</body>
<script src="footer.js"></script>
</html>