Removed index.new.php
authorandrew <Andrew@DeFaria.com>
Tue, 13 May 2014 04:19:53 +0000 (21:19 -0700)
committerandrew <Andrew@DeFaria.com>
Tue, 13 May 2014 04:19:53 +0000 (21:19 -0700)
songbook/index.new.php [deleted file]

diff --git a/songbook/index.new.php b/songbook/index.new.php
deleted file mode 100644 (file)
index 14fccff..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-   "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-  <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
-  <title>Songbook</title>
-  <link rel="stylesheet" type="text/css" media="screen" href="/css/Music.css">
-  <link rel="stylesheet" type="text/css" media="print" href="/css/Print.css">
-  <link rel="SHORTCUT ICON" href="http://defaria.com/favicon.ico" type="image/png">
-
-<?php
-include_once "songbook.php";
-?>
-
-</head>
-
-<body>
-
-<?php
-  if (file_exists ("news.html")) {
-    print "<a href=\"news.html\"><img src=\"/Icons/news.png\"></a>";
-  }
-?>
-
-<div class="heading">
-  <h1 class="centered">Andrew DeFaria's Songbook</h1>
-</div>
-
-<div id="content">
-
-<p>As a professional musician do yourself a favor and invest in a tablet or if
-you must an iPad and get either SongBook (for Android) or OnSong for iPad then
-send me a request to sign up for Dropbox which integrates with these apps and
-your "songbook" will be automated. Note that Songbook is also available for
-Windows. More info on this is available <a href="songbook.html">here</a>. For
-people who must remain with paper...</p>
-
-<p>The following songs are available here. Click on a song title to have the
-song lyrics rendered in your browser. You can print the result if you wish to
-have a paper copy. If new songs are added by me or others this page will
-automatically update so you can come back here and get your copy.</p>
-
-<?php
-artistsDropdown();
-songsDropdown();
-?>
-
-<form method="post" action="search.php" name="search">
-Search:&nbsp;&nbsp;<input type="text" name="searchterm"><input type="submit" value="Search">
-
-</form>
-</body>
-</html>