mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
13 lines
323 B
HTML
13 lines
323 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<!--!title-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
|
|
<!--!preloadedStateScript-->
|
|
</head>
|
|
<body>
|
|
<div id="root"><!--!body--></div>
|
|
</body>
|
|
</html>
|