Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added dmd3475
  • Loading branch information
maa17019 committed Jan 27, 2021
0 parents commit c132987
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions week-1
Submodule week-1 added at 32d93e
Binary file added week-2/.DS_Store
Binary file not shown.
44 changes: 44 additions & 0 deletions week-2/index.html
@@ -0,0 +1,44 @@
<!doctype html>
<html class="no-js" lang="">

<head>
<meta charset="utf-8">
<title>Mahnoor's Boilerplate</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">

<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->

<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">

<meta name="theme-color" content="#fafafa">
</head>

<body>

<!-- Add your site or application content here -->
<h1>Hello world! This is HTML5 Boilerplate.</h1>


<!--JavaScript here:-->
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>

<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>

</html>

0 comments on commit c132987

Please sign in to comment.