Files
Picsur/frontend/public/index.html

18 lines
467 B
HTML
Raw Normal View History

2022-02-23 19:09:53 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
2022-02-25 12:22:00 +01:00
<link rel="icon" href="/image/logo/imagur.ico" />
2022-02-23 19:09:53 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/css/normalize.css" />
<!-- <link rel="stylesheet" href="/css/personal.css" /> -->
2022-02-24 21:32:31 +01:00
<title>Imagur</title>
2022-02-23 19:09:53 +01:00
</head>
<body>
<noscript>Sorry, but you need javascript</noscript>
<div id="root"></div>
</body>
</html>