mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-02 22:24:52 -04:00
Print styles
Because of school project requirements
This commit is contained in:
+2
-1
@@ -13,7 +13,8 @@ function render_header($page_name, $admin = false){
|
||||
<meta name="description" content="Current service status for <?php echo NAME;?> can be found here as well as incident history.">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/png">
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/main.css" media="screen">
|
||||
<link rel="stylesheet" href="/css/print.css" media="print">
|
||||
<link href="/css/font-awesome.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user