mirror of https://github.com/gophish/gophish
Clean up templates
- Updated login and register templates to use same font for logo text that other templates use. - Removed commented out CSS link.pull/233/head
parent
83a17e8c2d
commit
a6379fc83d
|
@ -13,7 +13,6 @@
|
||||||
<title>{{ .Title }} - Gophish</title>
|
<title>{{ .Title }} - Gophish</title>
|
||||||
|
|
||||||
<!-- Bootstrap core CSS -->
|
<!-- Bootstrap core CSS -->
|
||||||
<!-- <link href="/css/bootstrap.css" rel="stylesheet"> -->
|
|
||||||
<link href="/bootstrap/css/bootstrap.css" rel="stylesheet">
|
<link href="/bootstrap/css/bootstrap.css" rel="stylesheet">
|
||||||
<!-- Custom styles for this template -->
|
<!-- Custom styles for this template -->
|
||||||
<link href="/css/main.css" rel="stylesheet">
|
<link href="/css/main.css" rel="stylesheet">
|
||||||
|
|
|
@ -13,14 +13,13 @@
|
||||||
<title>Gophish - {{ .Title }}</title>
|
<title>Gophish - {{ .Title }}</title>
|
||||||
|
|
||||||
<!-- Bootstrap core CSS -->
|
<!-- Bootstrap core CSS -->
|
||||||
<!-- <link href="/css/bootstrap.css" rel="stylesheet"> -->
|
|
||||||
<link href="/bootstrap/css/bootstrap.css" rel="stylesheet">
|
<link href="/bootstrap/css/bootstrap.css" rel="stylesheet">
|
||||||
<!-- Custom styles for this template -->
|
<!-- Custom styles for this template -->
|
||||||
<link href="/css/main.css" rel="stylesheet">
|
<link href="/css/main.css" rel="stylesheet">
|
||||||
<link href="/css/dashboard.css" rel="stylesheet">
|
<link href="/css/dashboard.css" rel="stylesheet">
|
||||||
<link href="/css/flat-ui.css" rel="stylesheet">
|
<link href="/css/flat-ui.css" rel="stylesheet">
|
||||||
<link href="/css/font-awesome.min.css" rel="stylesheet">
|
<link href="/css/font-awesome.min.css" rel="stylesheet">
|
||||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700' rel='stylesheet' type='text/css'>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -13,14 +13,13 @@
|
||||||
<title>Gophish - {{ .Title }}</title>
|
<title>Gophish - {{ .Title }}</title>
|
||||||
|
|
||||||
<!-- Bootstrap core CSS -->
|
<!-- Bootstrap core CSS -->
|
||||||
<!-- <link href="/css/bootstrap.css" rel="stylesheet"> -->
|
|
||||||
<link href="/bootstrap/css/bootstrap.css" rel="stylesheet">
|
<link href="/bootstrap/css/bootstrap.css" rel="stylesheet">
|
||||||
<!-- Custom styles for this template -->
|
<!-- Custom styles for this template -->
|
||||||
<link href="/css/main.css" rel="stylesheet">
|
<link href="/css/main.css" rel="stylesheet">
|
||||||
<link href="/css/dashboard.css" rel="stylesheet">
|
<link href="/css/dashboard.css" rel="stylesheet">
|
||||||
<link href="/css/flat-ui.css" rel="stylesheet">
|
<link href="/css/flat-ui.css" rel="stylesheet">
|
||||||
<link href="/css/font-awesome.min.css" rel="stylesheet">
|
<link href="/css/font-awesome.min.css" rel="stylesheet">
|
||||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700' rel='stylesheet' type='text/css'>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in New Issue