Move location of base declaration

This commit is contained in:
James Wang 2016-01-04 20:20:26 -05:00
parent b8522340a5
commit 6e17439289

View file

@ -1,6 +1,7 @@
<html ng-app="easyctf">
<head>
<base href="/">
<meta charset="utf-8">
<title>EasyCTF 2016</title>
<link href="css/c3.css" rel="stylesheet" type="text/css">
@ -9,7 +10,6 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/style.css">
<base href="/">
</head>
<body ng-controller="mainController" class="mainbody">