Page MenuHomec4science

index.html
No OneTemporary

File Metadata

Created
Thu, May 2, 09:41

index.html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<base href="/" />
<title>My Race</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- bootstrap css -->
<base href="/">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<script>
if (global === undefined) {
var global = window;
}
</script>
</head>
<body class="mat-app-background">
<app-root></app-root>
</body>
</html>

Event Timeline