Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added favicon
  • Loading branch information
crosenblatt committed Apr 12, 2019
1 parent 7d65da9 commit c5418b0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
Binary file added favicon.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions hacker.html
Expand Up @@ -5,6 +5,8 @@
<meta charset = "utf-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href = "css/hacker.css" rel = "stylesheet"></style>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>Hacker</title>
<script>
function submitQuery() {
Expand Down
6 changes: 4 additions & 2 deletions login.html
Expand Up @@ -5,8 +5,10 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="./css/login.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="./css/login.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div class="container">
Expand Down
2 changes: 2 additions & 0 deletions mentor.html
Expand Up @@ -5,6 +5,8 @@
<meta charset = "utf-8">
<!--<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">-->
<link href = "css/mentor.css" rel = "stylesheet"></style>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>Mentor</title>
</head>
<body>
Expand Down
2 changes: 2 additions & 0 deletions organizer.html
Expand Up @@ -5,6 +5,8 @@
<meta charset = "utf-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href = "css/organizer.css" rel = "stylesheet"></style>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>Organizer</title>
<script>
function submitQuery() {
Expand Down
2 changes: 1 addition & 1 deletion server

0 comments on commit c5418b0

Please sign in to comment.