1
0
Fork 0
mirror of https://github.com/Findus23/devicedetector.net.git synced 2024-09-20 16:53:45 +02:00
devicedetector.net/client/public/index.html

19 lines
641 B
HTML
Raw Normal View History

2019-09-13 19:10:09 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Device Detector Demo</title>
</head>
<body>
<noscript>
<strong>We're sorry but this website doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<p>You can see the raw output of Device Detector for your user agent at <a href="/detect/"><code>detect/</code></a>.</p>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>