-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathams.html
More file actions
22 lines (18 loc) · 930 Bytes
/
ams.html
File metadata and controls
22 lines (18 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>AtlasCorporations Manual Style</h1>
<img src="Images/AtlasCorpLogoV4.png" />
<p>AtlasCorporations Manual Style (AMS) is the document style and citation style used in formal AtlasCorporations documents. Similar to Chicago style, AMS is mostly used for manuals and documentation. To download the guide click the button below.</p>
<!-- <button type="button" onclick="window.location.href='https://drive.google.com/open?id=1Ez70v5oajOWmgg2LqYQWr69XbcYaqccX">Download: AMS Style Guide</button> -->
<hr/>
</body>
<script src="footer.js"></script>
</html>