mirror of
https://github.com/blueedgetechno/win11React.git
synced 2026-01-10 06:28:11 -05:00
28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="description" content="Windows 11 made in React" />
|
|
<meta name="og:description" content="Windows 11 made in React." />
|
|
<meta name="og:color" content="#303030" />
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.png" />
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<title>Windows 11 in React</title>
|
|
<link rel="stylesheet" href="dycalendar.css">
|
|
</head>
|
|
|
|
<body data-force="false">
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
<script type="text/javascript" src="dycalendar.js"></script>
|
|
<script type="text/javascript" src="console.js"></script>
|
|
<div id="warningmsg">Even Microsoft couldn't make it far with windows on phone then how could I?</div>
|
|
<button id="probtn" onclick="removeWarning()">Proceed anyway</button>
|
|
</body>
|
|
|
|
</html>
|