xdrm.io/public/index.html

20 lines
702 B
HTML
Raw Normal View History

2019-05-07 17:10:48 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2022-10-10 12:20:54 +00:00
<meta name="viewport" content="width=device-width,initial-scale=.4">
2019-05-07 17:10:48 +00:00
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel='stylesheet' href='styles.css'>
2022-08-21 10:10:31 +00:00
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700" rel="stylesheet">
2022-08-21 08:42:03 +00:00
<title>xdrm()</title>
2019-05-07 17:10:48 +00:00
</head>
<body>
<noscript>
<strong>We're sorry but xdrm.io doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>