-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (18 loc) · 747 Bytes
/
index.html
File metadata and controls
25 lines (18 loc) · 747 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Caroline Rose | Portfolio</title>
<!--Link to CSS style sheet-->
<link href="styles/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--The wrapper div encoloses all the page content and allows us to control the size and position
of the content area in the browser window-->
<div id="wrapper">
<h2>New Website coming... someday.</h2>
<p>See <a href="http://cmrrose.github.io/thesis">cmrrose.github.io/thesis</a> for my master's research. </p>
<p>See <a href="https://github.com/cmrRose/talks">github.com/cmrRose/talks</a> for my conference talks. </p>
</div><!--closes div wrapper-->
</body>
</html>