-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtucompI.php
More file actions
87 lines (65 loc) · 2.6 KB
/
tucompI.php
File metadata and controls
87 lines (65 loc) · 2.6 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
session_start();
if(!isset($_SESSION['username'])){
header('Location:index1.php');
exit();
}
//include 'db_con.php';
?>
<html>
<head>
<meta charset="UTF-8">
<title>Tutorial</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="javascript.js"></script>
<script>
function speak(){
var audio = new Audio();
audio.src ='http://translate.google.com/translate_tts?ie=utf-8&tl=en&q=Hello%20World';
audio.play();
}
</script>
</head>
<body>
<header>
<nav>
<div class="main_wrapper">
<!-- <a href="select.php"> HOME</a>-->
<br>
<a href="logout1.php"> Logout</a>
<!--<a href="select.php"> home</a>-->
<h2> TUTORIAL </h2>
</div>
</nav>
</header>
<div>
<center>
<div>
<h3 id="tuhead"> COMPLEX ION </h3>
<p id="tupar">
<strong>COMPLEX ION REACTIONS:</strong><br><br>
Complex Ion Reactions Overview <br><br>
Ligands&Reactions <br><br>
Ammonia <br><br>
Hydroxide <br><br>
Cyanide <br><br>
Thiocyanate<br><br>
Complex Ion Summary Table
</p>
<a href="tutorialreac.php"> skip</a>
</div>
<footer id="tufo">
<a href="tutorialreac.php">
<img src="backbut.gif" alt="" style="width:42px;height:42px;border:0;" data-toggle="tooltip" data-placement="left" title="click to go back">
</a>
<!-- <button type="submit" name="submit" id='tubut' data-toggle="tooltip" data-placement="left" title="click to go to next page" onclick="location.href='tutorialreac.php'"><img src="forwardbut.gif" alt=/> </button> <br><br>-->
<a href="tucompI1.php">
<img src="forwardbut.gif" alt="" style="width:42px;height:42px;border:0;" data-toggle="tooltip" data-placement="left" title="click to go to next page"><br><br>
</a>
<a href="select.php"> home</a>
</footer>