This commit is contained in:
Jay 2014-01-23 10:18:40 -08:00
parent e82af6ed59
commit 0a4f45cc22

23
index.html Executable file
View file

@ -0,0 +1,23 @@
<html lang="utf-8">
<head>
<title>Juyoung Lee</title>
<style type="text/css">
a:link,a:visited {color: #000000; text-decoration:none}
a:hover {color: #ff6600}
a:active {color: #ff00cc}
</style>
<link href="/_img/_juyounglee.tk/favicon.ico" rel="icon" type="image/x-icon"/>
</head>
<div style="text-align:center;font-size:20px; font-family:arial; color: gray">
Created by Juyoung. Built this site while I was teaching myself HTML and CSS.<br/>
<hr/>
</div>
<body style="font-family:arial; font-size:20px; text-align:center"><label>
<div style="font-size:40px">Contents</div><br/><br/>
<div>1. <a href="html/index.html">HTML Note</a></div><br>
<div>2. <a href="css/index.html">CSS Notes</a></div></label>
</body>
</html>