Skip to content

Commit

Permalink
Initial html set up
Browse files Browse the repository at this point in the history
  • Loading branch information
sulattphone committed Apr 9, 2021
1 parent 4269e10 commit 5138012
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<style>
body {
padding: 100px;
width: 1000px;
margin: auto;
text-align: left;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
color: #121212;
}
h1, h2, h3, h4 {
font-family: 'Source Sans Pro', sans-serif;
}
</style>
<title>CS 184 Rasterizer</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Source+Sans+Pro" rel="stylesheet">
</head>

<body>

<h1 align="middle">CS 184: Final Project</h1>
<br />

<div align="middle">
<table style="width=100%">
<tr>
<td>
<!-- <img src="images/test4_interesting.png" align="middle" width="400px"/> -->
<figcaption align="middle">Resulting test4.svg with "interesting" jaggies.</figcaption>
</td>
</tr>
</table>
</div>

</body>
</html>

0 comments on commit 5138012

Please sign in to comment.