mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
22 lines
880 B
HTML
22 lines
880 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta content="width=device-width, initial-scale=1" name="viewport"/>
|
|
<meta content="#01051B" name="theme-color"/>
|
|
<meta content="Research hub for universities" name="description"/>
|
|
<!--suppress HtmlUnknownTarget -->
|
|
<link href="%PUBLIC_URL%/favicon.ico" rel="icon"/>
|
|
<!--suppress HtmlUnknownTarget -->
|
|
<link href="%PUBLIC_URL%/logo192.png" rel="apple-touch-icon"/>
|
|
<!--suppress HtmlUnknownTarget -->
|
|
<link href="%PUBLIC_URL%/manifest.json" rel="manifest"/>
|
|
<title>Sophon</title>
|
|
</head>
|
|
<body>
|
|
<noscript>Sophon requires Javascript, which is not currently enabled on this browser.</noscript>
|
|
<div id="react">
|
|
<!-- React components are rendered here -->
|
|
</div>
|
|
</body>
|
|
</html>
|