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
Rob Cutmore 2016-04-06 07:47:09 -04:00
parent 83a17e8c2d
commit a6379fc83d
3 changed files with 2 additions and 5 deletions

View File

@ -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">

View File

@ -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>

View File

@ -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>