insert-coin/resources/templates/header.php

18 lines
515 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
2018-10-09 19:39:09 -05:00
<link rel="stylesheet" type="text/css" href="/res/css/style.css">
2018-10-09 20:06:13 -05:00
<link rel="shortcut icon" href="/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>