Scripts/resources/[phone]/npwd/dist/html/index.html
2024-12-29 20:49:12 +01:00

19 lines
643 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Project Error - New Phone Who Dis</title>
<script src="https://cdn.jsdelivr.net/npm/formdata-polyfill"></script>
<script defer="defer" src="main.js"></script>
<script defer="defer" src="remoteEntry.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>