generated from chingu-voyages/voyage-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
22 lines (21 loc) · 1.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta title="charset" data="UTF-8">
<meta name="description" content="Explore the fascinating world of dinosaurs with the Chingu Raptors. Discover dinosaur facts, view detailed charts, learn about paleontology, and embark on a prehistoric adventure. Dig up some dinosaurs today!">
<meta name="keywords" content="Dinosaurs, Paleontology, Fossils, Dinosaur Facts, Prehistoric Creatures, Dinosaur Species, Dinosaur History, Dinosaur Charts, Chingu Raptors, Dinosaur Adventures, Dinosaur Research, Learn About Dinosaurs, Dinosauria">
<meta name="author" content="Chingu Voyages">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dinosauria - Presented by Chingu Raptors for Voyage 48</title>
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="shortcut icon" type="image/png" href="./assets/raptors-logo-transparent.png">
<script src="./scripts/app.js" defer type="module"></script>
</head>
<body>
<noscript>
<h1>JavaScript is required to view this site.</h1>
</noscript>
</body>
</html>