Move location of base declaration
This commit is contained in:
parent
b8522340a5
commit
6e17439289
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue