-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsat.php
More file actions
38 lines (31 loc) · 1.02 KB
/
Copy pathsat.php
File metadata and controls
38 lines (31 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<title>Projeto NASA</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<?php include('header.php') ?>
<div class="bd-pageheader bg-primary">
<div class="container">
<script language="JavaScript" src="sat.js"></script>
<img id="apod_img_id" width="250px"/>
<iframe id="apod_vid_id" type="text/html" width="640" height="385" frameborder="0"></iframe>
<p id="copyright"></p>
<h3 id="apod_title"></h3>
<p id="apod_explaination"></p>
<br/>
<p>
<a href="plan.php" class="btn btn-default"><i class="icon-user icon-white"></i>Planeta Terra</a>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</body>
</html>