Skip to content

Instantly share code, notes, and snippets.

@dobestan
Created October 6, 2016 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dobestan/a8ce5652203574eb9777c7068513f2d7 to your computer and use it in GitHub Desktop.
Save dobestan/a8ce5652203574eb9777c7068513f2d7 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header>
<h1>Header</h1>
</header>
<section>
<h1>관심종목</h1>
<ul id="likes">
<li>코스맥스</li>
<li>한국콜마</li>
<li>아모레퍼시픽</li>
</ul>
</section>
<footer>
<h1>Footer</h1>
</footer>
<script src="./likes.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment