Created
November 8, 2015 13:02
-
-
Save housemeow/a066af8001b2158c3612 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>無標題文件</title> | |
</head> | |
<body> | |
<style> | |
.container{ | |
} | |
#background{ | |
} | |
.column{ | |
} | |
</style> | |
<header> | |
<image src="./images/menu-toggle.png"> | |
<image src="./images/youtube-logo.png"> | |
<image src="./images/search.png"> | |
<image src="./images/notifications.png"> | |
<image src="./images/photo-me.png"> | |
</header> | |
<div class="photo-author"> | |
<image src="./images/photo-author.jpg"> | |
</div> | |
<div class="down"> | |
<images src="./images/down.jpg"> | |
</div> | |
<nav class="container"> | |
</nav> | |
<section class="column"> | |
<image src="./images/add-to.png"> | |
<image src="./images/share.png"> | |
<image src="./images/more.png"> | |
<image src="./images/like.png"> | |
<image src="./images/dislike.png"> | |
</section> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment