-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (43 loc) · 2 KB
/
index.html
File metadata and controls
47 lines (43 loc) · 2 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
41
42
43
44
45
46
47
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>The coolest web site ever created</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<LINK rel="stylesheet" type="text/css" href="/CSIS1430/CE03/css/style.css">
</head>
<body FONT='Arial'>
<CENTER>
<FONT COLOR='RED' size='5' >Michael Gray's Web Site for CSIS-1430-005</FONT><BR>
<FONT COLOR='BLUE' size='4' class="subheader">I can't believe I got AWS working. That took longer then I thought!</FONT><BR>
<IMG SRC='media/selfie.jpg' alt="Selfie of myself" width=20% height=20%>
</CENTER>
<nav class="primary-nav">
<A HREF="http://www.slcc.edu">SLCC Website</A><BR>
<A HREF="http://learn-slcc.uen.org">Canvas</A><BR>
<A HREF="https://slcc.digication.com/michaels_eportfolio64/Home/">My E-Portfolio</A><BR>
<A HREF="http://www.slickdeals.net">Slickdeals: My favorite deals web site</A><BR>
<A HREF="http://www.w3schools.com">W3Schools</A><BR>
<A HREF="mailto:mgray64@bruinmail.slcc.edu?Subject=Cool">Email</A><BR>
</nav>
<p></p>
<b>Top Ten Signs You Have Been Spending Too Much Time Web Surfing</b>
<ol type="1">
<li>Your eyes hurt</li>
<li>You found ten tips and tricks</li>
<li>You don't know what day it is</li>
<li>You made an opinion post on facebook</li>
<li>You back hurts</li>
<li>You think about making a website</li>
<li>You are hungry but do not move</li>
<li>Your friends have numbers at the end of their names</li>
<li>You go to the beach and start surfing. On your laptop</li>
<li>You haven't. Web surfing is fun!</li>
</ol>
</body>
</html>