mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-28 13:39:44 +07:00
15 lines
323 B
HTML
15 lines
323 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Hello 3D World</title>
|
|
<link href="styles/main.css" rel="stylesheet">
|
|
<script src="js/Detector.js"></script>
|
|
<script src="js/three.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="close"></close>
|
|
<script src="js/showlogo3d.js"></script>
|
|
</body>
|
|
</html>
|