-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_head.php
18 lines (16 loc) · 1.34 KB
/
_head.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><?php echo $contestTitle;?></title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="LSA-<?php echo $deptLngName . ' ' . $contestTitle;?>">
<meta name="keywords" content="LSA-<?php echo $deptLngName; ?>, <?php echo $contestTitle;?>, Writing, UniversityofMichigan">
<meta name="author" content="LSA-MIS_rsmoke">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-formhelpers/2.3.0/css/bootstrap-formhelpers.min.css" integrity="sha256-v8+xOYOnVjQoSDMOqD0bqGEifiFCcuYleWkx2pCYsVU=" crossorigin="anonymous" />
<link href="//cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/default.css" media="all">
</head>