-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2013.html
More file actions
25 lines (25 loc) · 842 Bytes
/
2013.html
File metadata and controls
25 lines (25 loc) · 842 Bytes
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
<!DOCTYPE html>
<!-- saved from url=(0035)http://raphaeljs.com/analytics.html -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Худеем, Апрель-Июня 2013</title>
<link rel="stylesheet" href="demo.css" type="text/css" media="screen">
<link rel="stylesheet" href="demo-print.css" type="text/css" media="print">
<script src="raphael.js"></script>
<script src="popup.js"></script>
<script src="jquery.js"></script>
<script src="analytics.js"></script>
<style type="text/css" media="screen">
#holder {
height: 600px;
margin: -300px 0 0 -600px;
width: 1200px;
}
</style>
</head>
<body>
<div id="holder"></div>
</body>
</html>