23 lines
805 B
HTML
23 lines
805 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="description" content="AOE Technology Radar" />
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
<meta property="og:title" content="AOE Technology Radar" />
|
|
<meta property="og:image" content="%PUBLIC_URL%/logo.svg" />
|
|
|
|
<meta name="format-detection" content="telephone=no" />
|
|
<meta name="viewport" content="width=device-width, maximum-scale=1.0, initial-scale=1.0, user-scalable=0" />
|
|
|
|
<title>AOE Technology Radar</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>You need to enable JavaScript to view the AOE Technology Radar.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|