Created
July 13, 2017 06:32
-
-
Save nachmadi/58d4c2599a51d815b5e922202c076cd8 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/radaseg
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> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<h1>MyBook</h1> | |
<h3>Social media kita bersama</h3> | |
bersama kita membangun ekosistem yang sehat dan budaya saling berbagi yang menyenangkan <br> | |
<br> | |
<strong>Benefit join di Mybook</strong> <br> | |
<br> | |
<ul> | |
<li>social media yang nyaman dan mudah</li> | |
<li>fitur yang canggih dan menggunakan tehnologi terkini</li> | |
<li>dibuat oleh calon developer full-stack masa depan</li> | |
</ul> | |
<strong>cara bergabung</strong><br> | |
<ol> | |
<li>mengunjungi website ini</li> | |
<li>mendaftar di form <a href="form1.html">sign-up</a></li> | |
<li>selesai</li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment