Created
September 27, 2017 22:51
-
-
Save darthnithin/4e8293e577dcbc7d8bc516b425915088 to your computer and use it in GitHub Desktop.
THis is I-Fam
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 http-equiv="content-type" content="text/html; charset=utf-8" /> | |
<title>This is our project</title> | |
<script src="code.js" type="text/javascript" charset="utf-8"></script> | |
<link href="style.css" rel="stylesheet" type="text/css"> | |
</head> | |
<body> | |
<h1>French I-fam project</h1> | |
</body> | |
</html> | |
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
h1 { | |
color: green; | |
font-size: 5em | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment