mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-26 15:58:50 +00:00
15 lines
451 B
HTML
15 lines
451 B
HTML
<head>
|
|
<title>Parent Pickup</title>
|
|
|
|
<link id="favicon" rel="shortcut icon" type="image/png" href="favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
<link href="./lib/assets/materialize.css" rel="stylesheet">
|
|
|
|
<script type="text/javascript" src="./lib/assets/materialize.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|