mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 08:18:50 +00:00
19 lines
769 B
HTML
19 lines
769 B
HTML
<head>
|
|
<title>Get My</title>
|
|
|
|
<link id="favicon" rel="shortcut icon" type="image/png" href="./lib/assets/icons/Get My Logo no name with transparency.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="apple-touch-icon" href="./lib/assets/icons/Get My Logo without Name.png">
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
<link href="./lib/assets/materialize.css" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="https://kraaden.github.io/autocomplete/autocomplete.css">
|
|
|
|
<script type="text/javascript" src="./lib/assets/materialize.js"></script>
|
|
<script src="https://kraaden.github.io/autocomplete/autocomplete.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|