Skip to content

Commit

Permalink
Replaced default information in web page
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Asis committed Jan 8, 2015
1 parent c169847 commit a1b2d44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<title>HCI Project Portfolio</title>
</head>

<body>
<body bgcolor=" #414141">
<font color="white" style="font-family:Helvetica">
<!-- this is a comment in HTML -->
<h1>Allan Asis</h1> <!-- h1 through h5 are headers. The higher the number, the smaller the header -->
<h4>Project Portfolio</h4>
Expand All @@ -21,5 +22,6 @@ <h4>Projects</h4>
<li>Prototyping</li>
<li>...</li>
</ol>
</font>
</body>
</html>

0 comments on commit a1b2d44

Please sign in to comment.