29 lines
846 B
PHP
29 lines
846 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>STEMMechanics</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link rel="preload" as="image" href="https://www.stemmechanics.com.au/assets/home-hero.webp">
|
|
<link
|
|
rel="preload"
|
|
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap"
|
|
as="style"
|
|
onload="this.onload=null;this.rel='stylesheet'"
|
|
/>
|
|
<noscript>
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap"
|
|
rel="stylesheet"
|
|
type="text/css"
|
|
/>
|
|
</noscript>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
@vite('resources/js/main.js')
|
|
</body>
|
|
</html>
|