Login
4 branches 0 tags
Ben (T14s/Arch Linux) Updated deps and removed package-lock.json from .gitignore f814010 1 month ago 148 Commits
rubhub / frontend / app / app.html
<!DOCTYPE html>
<html lang="en">

<head>
	<base href="/" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	<meta name="theme-color" content="#224EAB" />
	<link rel="stylesheet" href="./app.css" />
	<script src="./app.ts" type="module" defer></script>
	<!--HEAD-->
</head>

<body>
	<!--BODY-->
</body>

</html>