Skip to content

Instantly share code, notes, and snippets.

@ohmydevops
Last active May 20, 2018 21:33
Show Gist options
  • Save ohmydevops/a5f92117f0d392d24af5b2277adc3f46 to your computer and use it in GitHub Desktop.
Save ohmydevops/a5f92117f0d392d24af5b2277adc3f46 to your computer and use it in GitHub Desktop.
our base file in html for course (day2 - sadjadiofrontend101)
<!doctype html>
<html lang="fa">
<head>
<meta charset="utf-8">
<title>Title</title>
<meta name="description" content="Sadjad I/O Front-end Development Course">
<meta name="author" content="@amirbagh75">
<link rel="stylesheet" href="style.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment