19 lines
725 B
HTML
19 lines
725 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title><model-viewer></title>
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="<model-viewer>">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link type="text/css" href="../styles/ux-test.css" rel="stylesheet" />
|
|
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png"/>
|
|
</head>
|
|
<body>
|
|
<p>UX test landing page</p>
|
|
<p><a href='ux-sv.html'>AR apps</a></p>
|
|
<p><a href='ux-webxr.html'>AR in browser</a></p>
|
|
<p><a href='ux-pan.html'>Closer inspection</a></p>
|
|
<p><a href='ux-scroll.html'>Scroll behavior</a></p>
|
|
<p><a href='ux-background.html'>Background scene</a></p>
|
|
</body>
|
|
</html> |