forked from Rappsilber-Laboratory/xiSPEC_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
legacy.php
30 lines (23 loc) · 763 Bytes
/
legacy.php
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
<!DOCTYPE HTML>
<html>
<head>
<?php
$pageName = "Legacy";
include("head.php");
include("xiSPEC_scripts.php");
?>
</head>
<body>
<!-- Sidebar -->
<?php include("navigation.php");?>
<!-- Main -->
<div id="main">
<div class="container" style="text-align: center;">
<h1 class="page-header">Legacy xiSPEC</h1>
<a href="http://legacy.spectrumviewer.org">Click here to access the old version of xiSPEC</a></br>
<a href="http://legacy.spectrumviewer.org"><img class="sliderImg" alt="zoom spectrum" src="images/legacy_xiSPEC.png"></a></br>
<!-- <a href="http://sourceforge.net/projects/spectrumviewer/">The source can be found here</a> -->
</div> <!-- CONTAINER -->
</div> <!-- MAIN -->
</body>
</html>