Skip to content

Commit

Permalink
[ADD] Index files
Browse files Browse the repository at this point in the history
  • Loading branch information
cabustillo13 committed Oct 3, 2021
1 parent 43261e3 commit c97dc6e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
46 changes: 46 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">


</head>

<body>

<div class="container">
<div class="jumbotron hidden-xs">
<h1 style="text-align:center">Conozcamos nuestra basura</h1>
</div>

<div class="row">
<div class="dropdown" id="projectionDropdown">

<ul>
<a href="Historia1.html" class="btn btn-primary" role="button"> FENGYUN-1C DEB </a>
<a href="Historia4.html" class="btn btn-primary" role="button"> RUBIN-4 </a>
<a href="Historia3.html" class="btn btn-primary" role="button"> RUBIN-8 </a>
<a href="Historia2.html" class="btn btn-primary" role="button"> COSMOS-970 </a>
<a href="Historia5.html" class="btn btn-primary" role="button"> MICROSAT-R DEB </a>

</ul>
</div>
</div>

<div class="col-sm-9" id="globe"></div>
<canvas id="canvasOne" width="1024" height="768">
Your browser does not support HTML5 Canvas.
</canvas>
</div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script
src="https://files.worldwind.arc.nasa.gov/artifactory/web/0.9.0/worldwind.min.js"
type="text/javascript">
</script>
<script src="helloWorldWind.js" type="text/javascript"></script>
</div>
</body>
</html>
23 changes: 23 additions & 0 deletions indexT.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<canvas id="canvasOne" width="1024" height="768">
Your browser does not support HTML5 Canvas.
</canvas>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script
src="https://files.worldwind.arc.nasa.gov/artifactory/web/0.9.0/worldwind.min.js"
type="text/javascript">
</script>
<script src="helloWorldWind.js" type="text/javascript"></script>
</body>
<h1>
"Titulo"
</h1>
<dif></dif>
</html>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">

0 comments on commit c97dc6e

Please sign in to comment.