Add Documentation

- Add UMICH ITS web page hosting information
This commit is contained in:
Sravan Balaji
2019-12-25 17:16:32 -05:00
parent 47210086ca
commit 29f5946528

View File

@@ -3,12 +3,14 @@
<head> <head>
<!--Required meta tags--> <!--Required meta tags-->
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrinkg-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Documentation</title> <title>Documentation</title>
</head> </head>
<body> <body>
<h1>Homepage</h1>
<h1>Documentation</h1> <h1>Documentation</h1>
<p> <p>
This website is hosted on U of M Servers. If you are a UMICH student<br> This website is hosted on U of M Servers. If you are a UMICH student<br>
@@ -22,8 +24,11 @@
<li>UM Web Page hosted on U of M Servers</li> <li>UM Web Page hosted on U of M Servers</li>
</ol> </ol>
This website was created via option 2 because I wanted to learn how to make my own HTML pages.<br> This website was created via option 2 because I wanted to learn how to make my own HTML pages.<br>
<h2></h2> <h2></h2>
</p> </p>
</body> </body>
<footer>
&copy; Copyright 2019, Sravan Balaji.
</footer>
</html> </html>