-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorialreac.php
More file actions
64 lines (52 loc) · 3.66 KB
/
tutorialreac.php
File metadata and controls
64 lines (52 loc) · 3.66 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
<?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.
*/
?>
<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>
</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>
<h2> Reaction Types</h2>
<div id="tureactype">
<a href="tucombi.php">
<img src="point.gif" alt="" style="width:22px;height:22px;border:0" data-toggle="tooltip" data-placement="left" title="click to go to combination "></a> Combination<br><br>
<a href="tudecom.php">
<img src="point.gif" alt="" style="width:22px;height:22px;border:0" data-toggle="tooltip" data-placement="left" title="click to go to decomposition">
</a> Decomposition<br><br>
<a href="tusinglere.php"><img src="point.gif" alt="" style="width:22px;height:22px;border:0" data-toggle="tooltip" data-placement="left" title="click to go to Single repalacement"></a>Single Replacement<br><br>
<a href="tudobre.php"><img src="point.gif" alt="" style="width:22px;height:22px;border:0" data-toggle="tooltip" data-placement="left" title="click to go to double replacement"></a> Double Replacement<br><br>
<a href="tuoxyre.php"><img src="point.gif" alt="" style="width:22px;height:22px;border:0" data-toggle="tooltip" data-placement="left" title="click to go to Oxygen Reaction"></a> Oxygen Reaction<br><br>
<a href="tuwatrere.php"><img src="point.gif" alt="" style="width:22px;height:22px;border:0" data-toggle="tooltip" data-placement="left" title="click to go to Water Reaction"></a> Water Reaction<br><br>
<a href="tuacidb.php"><img src="point.gif" alt="" style="width:22px;height:22px;border:0" data-toggle="tooltip" data-placement="left" title="click to go to Acid base"></a> Acid Base<br><br>
<a href="tucompI.php"><img src="point.gif" alt="" style="width:22px;height:22px;border:0" data-toggle="tooltip" data-placement="left" title="click to go to ComplexIon"></a> Complex Ion<br><br>
<a href="tuoxre.php"><img src="point.gif" alt="" style="width:22px;height:22px;border:0" data-toggle="tooltip" data-placement="left" title="click to go to Oxidation-Reduction"></a> Oxidation-Reduction<br><br>
</div>
<footer id="tufo">
<a href="tutorial.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>
<!-- <a href="tutorialreac.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">
</a>--> <br><br>
<a href="select.php"> home</a>
</footer>