Skip to content

Instantly share code, notes, and snippets.

@darthnithin
Created September 27, 2017 22:51
Show Gist options
  • Save darthnithin/4e8293e577dcbc7d8bc516b425915088 to your computer and use it in GitHub Desktop.
Save darthnithin/4e8293e577dcbc7d8bc516b425915088 to your computer and use it in GitHub Desktop.
THis is I-Fam
<!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>
h1 {
color: green;
font-size: 5em
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment