-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (22 loc) · 1.01 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Web Development Painkillers</title>
<link href="src/refresh-browser-example.css" rel="stylesheet" type="text/css" />
<script src="src/refresh-browser-example.js"></script>
<script src="external_javascripts/raphael.js"></script>
<script src="external_javascripts/lato.js"></script>
<script src="external_javascripts/caviar-dreams.js"></script>
<!-- Uncomment the line below to enable live.js reloading -->
<!-- <script src="external_javascripts/live.js" type="text/javascript"></script> -->
<meta charset="UTF-8" />
</head>
<body>
<h1>Web Development Painklers</h1>
<h2>a <a href="http://webmus.es">webmus.es</a> lightning talk</h2>
<!-- Element below is a container for the logo created with Raphael.js library -->
<div id="logo"></div>
<!-- Can you create second bouncing logo? -->
<div>Copyright © 2012 <a href="http://credictive.com/profiles/4f957f2fcbcc7b0007000001">Michał Taszycki</a></div>
</body>
</html>