Made CSS and JS calls absolute instead of relative.
This commit is contained in:
16
index.html
16
index.html
@@ -7,18 +7,18 @@
|
|||||||
<meta name="description" content="Track your tasks and projects in a plain text file, todo.txt. A todo.txt is software and operating system agnostic; it's searchable, portable, lightweight and easily manipulated." />
|
<meta name="description" content="Track your tasks and projects in a plain text file, todo.txt. A todo.txt is software and operating system agnostic; it's searchable, portable, lightweight and easily manipulated." />
|
||||||
<meta name="keywords" content="Todo.txt, To do list" />
|
<meta name="keywords" content="Todo.txt, To do list" />
|
||||||
<meta name="robots" content="all,follow" />
|
<meta name="robots" content="all,follow" />
|
||||||
<meta name="author" content="Gina Trapani | ginatrapani@gmail.com" />
|
<meta name="author" content="Gina Trapani" />
|
||||||
<link rel="shortcut icon" href="/favicon.ico" />
|
<link rel="shortcut icon" href="http://todotxt.com/favicon.ico" />
|
||||||
<script type="text/javascript" src="/js/prototype.js"></script>
|
<script type="text/javascript" src="http://todotxt.com/js/prototype.js"></script>
|
||||||
|
|
||||||
<script type="text/javascript" src="/js/scriptaculous.js?load=effects"></script>
|
<script type="text/javascript" src="http://todotxt.com/js/scriptaculous.js?load=effects"></script>
|
||||||
<script type="text/javascript" src="/js/lightbox.js"></script>
|
<script type="text/javascript" src="http://todotxt.com/js/lightbox.js"></script>
|
||||||
<link rel="stylesheet" href="/css/lightbox.css" type="text/css" media="screen" />
|
<link rel="stylesheet" href="http://todotxt.com/css/lightbox.css" type="text/css" media="screen" />
|
||||||
<title>Todo.txt Command Line Interface - Task tracking for CLI lovers</title>
|
<title>Todo.txt Command Line Interface - Task tracking for CLI lovers</title>
|
||||||
|
|
||||||
<link type="text/css" rel="stylesheet" href="/css/basic.css" title="Basic style" />
|
<link type="text/css" rel="stylesheet" href="http://todotxt.com/css/basic.css" title="Basic style" />
|
||||||
|
|
||||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml" />
|
<link rel="alternate" type="http://todotxt.com/application/rss+xml" title="RSS" href="/feed.xml" />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user