This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
php-frs/templates/partials/html_head.mustache

14 lines
640 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Fake Reservation System</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en"/>
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons"/>
<link rel="stylesheet" href="vendor/bower-asset/material-design-lite/material.min.css"/>
<link rel="stylesheet" href="vendor/npm-asset/mdl-ext/lib/mdl-ext.css"/>
<link rel="stylesheet" href="css/frs.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>