-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 941 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 941 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>
<html>
<head>
<title>www.redips.net</title>
<meta name="author" content="Darko Bunic"/>
<meta name="description" content="Merge and split table cells with JavaScript"/>
<meta name="viewport" content="width=device-width, user-scalable=no"/><!-- "position: fixed" fix for Android 2.2+ -->
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<script type="text/javascript" src="header.js"></script>
</head>
<body>
<div id="header">
<h2><a href="http://www.redips.net/javascript/table-td-merge-split/" title="www.redips.net">REDIPS.table</a></h2>
<h3>Merge and split table cells with JavaScript - Version 1.2.0</h3>
</div>
<!-- ol container -->
<div id="container">
<ol id="list">
<li><a href="example00/">Table demo</a></li>
<li><a href="example01/">8 tables</a></li>
<li><a href="example02/">Merge / split table cells</a></li>
</ol>
</div>
</body>
</html>