mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-27 15:18:23 +00:00
16 lines
480 B
Twig
16 lines
480 B
Twig
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<link rel="manifest" href="/manifest.json"/>
|
|
<title>Domain Watchdog</title>
|
|
{{ encore_entry_link_tags('app') }}
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
{{ encore_entry_script_tags('app') }}
|
|
</body>
|
|
</html> |