mirror of
https://github.com/CaramelFur/Picsur.git
synced 2026-01-26 08:59:05 +01:00
18 lines
481 B
HTML
18 lines
481 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="/assets/image/logo/picsur.ico" />
|
|
<base href="/" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link rel="stylesheet" href="/assets/css/normalize.css" />
|
|
|
|
<title>Picsur</title>
|
|
</head>
|
|
<body class="mat-typography mat-app-background">
|
|
<noscript>Sorry, but you need javascript</noscript>
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|