Skip to content

Commit 74133e5

Browse files
committed
include()
1 parent 2bbfdc2 commit 74133e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html renamed to index.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
<meta name="description" content="Welcome to Hackathon Hackers. Learn about hackathons here!"> <!-- yeah, very creative I know -->
77
<meta name="keywords" content="facebook,hh,hackathon,hackathons,fb hh,hackathon hackers,hackathon hacker,hackathon fb,fb hackathons,learn hackathons,what is a hackathon,about hackathons"
88
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
9+
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.0/cosmo/bootstrap.min.css" rel="stylesheet">
910
<link href="/assets/css/primary.css" rel="stylesheet"> <!-- CDN this in production -->
1011
</head>
1112
<body>
1213
<div class="container">
13-
14+
<?php $page = "home"; include("templates/nav.php"); ?>
1415
</div>
1516
<!-- JS -->
1617
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>

0 commit comments

Comments
 (0)