primer commit
This commit is contained in:
parent
310f14912c
commit
8ce4c5765a
143 changed files with 2385519 additions and 0 deletions
35
3dcomunity/sub/code.html
Normal file
35
3dcomunity/sub/code.html
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>3Dcomunity</title>
|
||||
<link rel="stylesheet" href="code.css" />
|
||||
<!-- Web Component del visor -->
|
||||
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- HEADER -->
|
||||
<header class="site-header">
|
||||
<h1 class="site-title">3Dcomunity</h1>
|
||||
<nav class="nav-menu">
|
||||
<button onclick="location.href='code.html'">Code</button>
|
||||
<button onclick="location.href='gallery.html'">Gallery</button>
|
||||
<button onclick="location.href='tutorials.html'">Tutorials</button>
|
||||
<button onclick="location.href='about.html'">About</button>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue