Edited static/timeslider.html via GitHub
parent
3eec9a935d
commit
520da9d521
|
@ -1,18 +1,16 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!doctype html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<html>
|
||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="Content-Language" content="en-us" />
|
<meta http-equiv="Content-Language" content="en-us" />
|
||||||
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||||
|
|
||||||
<title>Etherpad Lite Timeslider</title>
|
<title>Etherpad Lite Timeslider</title>
|
||||||
<link href="../../static/css/pad_lite.css" rel="stylesheet" type="text/css" />
|
<link href="../../static/css/pad_lite.css">
|
||||||
<link href="../../static/css/timeslider.css" rel="stylesheet" type="text/css" />
|
<link href="../../static/css/timeslider.css">
|
||||||
<style type="text/css" title="dynamicsyntax"></style>
|
<style type="text/css" title="dynamicsyntax"></style>
|
||||||
<script type="text/javascript" src="../../static/js/jquery.min.js"></script>
|
<script src="../../static/js/jquery.min.js"></script>
|
||||||
<script type="text/javascript">
|
<script>
|
||||||
// <![CDATA[
|
// <![CDATA[
|
||||||
var clientVars = {};
|
var clientVars = {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue