get_my/client/main.html

18 lines
583 B
HTML
Raw Normal View History

2022-08-04 19:50:18 -05:00
<head>
<title>Get My</title>
2022-08-04 19:50:18 -05:00
2022-08-24 10:18:16 -05:00
<link id="favicon" rel="shortcut icon" type="image/png" href="./lib/assets/icons/Get My Logo no name with transparency.png" />
2022-08-04 19:50:18 -05:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2022-08-24 10:18:16 -05:00
<link rel="apple-touch-icon" href="./lib/assets/icons/Get My Logo without Name.png">
2022-08-04 19:50:18 -05:00
<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>
2022-08-04 19:50:18 -05:00
</head>
<body>
</body>