This repository has been archived on 2026-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
web-practice/index.html
2014-01-23 10:18:40 -08:00

23 lines
No EOL
761 B
HTML
Executable file

<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>