-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
59 lines (53 loc) · 1.96 KB
/
links.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title> E-tuner - Myron Apostolakis</title>
<link rel="stylesheet" href="my.css"> </link>
</head>
<body>
<div id="big_wrapper">
<header id="top_header">
<h1> Welcome to my E-tuner web application!</h1>
</header>
<a href="#top"></a>
<nav id="top_menu">
<ul>
<ul>
<li> <a href="./index.html">my E-tuner</a> </li>
<li> <a href="./manual.html">Manual</a> </li>
<li> <a href="./links.html">Links</a> </li>
<li> <a href="./terms_of_use.html">Terms of use</a> </li>
<li> <a href="./about.html">About me</a> </li>
</ul>
</ul>
</nav> <!---->
<section id="main_section">
<div id="useful_links">
Useful links
<ul>
<li> <a href="http://myapos.oncrete.gr">My personal web page</a> </li>
<li> <a href="http://mroy.chez-alice.fr/yin/index.html">The Yin Algorithm Documentation</a> </li>
<li> <a href="https://www.thenewboston.com/">The New Boston</a> </li>
<li> <a href="https://www.youtube.com/watch?v=Mp0f0zTPLec&list=PL081AC329706B2953&index=1">Youtube video tutorials</a> </li>
<li> <a href="https://www.google.com">Google</a> </li>
<li> <a href="https://github.com/myapos/e-tuner"> GitHub</a> </li>
</ul>
</div>
</section>
<!--de>
-->
<footer id="the_footer">
<h2>Copyright 2014:<a href="mailto:[email protected]">Myron Apostolakis </a>
<a href="https://github.com/myapos/e-tuner"> <img src="GitHub-Logos/GitHub_Logo.png" alt="GitHub"> </a>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" class="donate">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="PYREV74PXF9CA">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</h2>
</footer>
</div>
</body>
</html>