13 lines
324 B
HTML
13 lines
324 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
<title>Personal Tracker</title>
|
|
<link data-trunk href="index.scss" rel="scss">
|
|
</head>
|
|
<body>
|
|
<noscript>Javascript is required to use this website.</noscript>
|
|
</body>
|
|
</html>
|