Last active
May 29, 2017 07:19
-
-
Save andimariadi/a7b265b2677beb7bf1ec50c999a6d7f5 to your computer and use it in GitHub Desktop.
Index.html lengkap
This file contains 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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Ayo Membuat website pemulabelajar.com</title> | |
<link href="styles.css" rel="stylesheet"> | |
</head> | |
<body> | |
<div class="header"> | |
Pemula Belajar | |
</div> | |
<div class="navigasi"> | |
<li><a href="#">Home</a></li> | |
</div> | |
<div class="sidebar"> | |
<p>Ini Sidebar</p> | |
</div> | |
<div class="content"> | |
<p>Ini Content</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment