insert-coin/res/templates/header.php

19 lines
564 B
PHP
Raw Normal View History

2017-12-22 23:07:38 -06:00
<!DOCTYPE html>
<html lang="en">
2017-12-21 01:13:31 -06:00
<head>
<!-- THIS ENTIRE FILE IS UNDER THE AGPLv3+
https://www.gnu.org/licenses/agpl-3.0.html -->
2018-10-09 19:39:09 -05:00
<link rel="stylesheet" media="screen"
href="https://fontlibrary.org/face/connection" type="text/css"/>
2018-10-09 20:06:13 -05:00
2019-02-14 09:39:29 -06:00
<link rel="stylesheet" type="text/css"
2019-02-14 19:20:06 -06:00
href="<?php echo webroot("res/css/style.css") ?>">
<link rel="shortcut icon" href="<?php echo webroot("res/img/coin.png") ?>">
2017-12-21 01:13:31 -06:00
2018-04-06 22:36:00 -05:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2017-12-21 01:13:31 -06:00
2018-10-09 19:39:09 -05:00
<title><?php echo($GLOBALS["site_name"] . ": " . $page_title); ?></title>
2018-04-06 22:36:00 -05:00
</head>