diff options
author | JoelHMikael <53561102+JoelHMikael@users.noreply.github.com> | 2022-01-18 18:57:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 18:57:53 +0200 |
commit | a259127b9fa0349c73340c882f6525f27f7caaed (patch) | |
tree | ad18984d3031ce6bc7ccb549415c58d77672a53f /index.html | |
parent | 8f711465194f6779271825bdb2413658880f4c18 (diff) | |
parent | edf044c1e1e0c751229549dd9d14062b230149be (diff) | |
download | LYLLRuoka-a259127b9fa0349c73340c882f6525f27f7caaed.tar.gz LYLLRuoka-a259127b9fa0349c73340c882f6525f27f7caaed.zip |
Merge pull request #1 from JoelHMikael/MYSQLDB
Mysqldb
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index b12164d..0000000 --- a/index.html +++ /dev/null @@ -1,55 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="utf-8"> - <title>LYLL-ruokailuvuoro</title> - <link href="/index.css" rel="stylesheet" type="text/css"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - </head> - <body> - <header> - <h1>LYLL-ruokailuvuoro</h1> - </header> - - <br> - - <main> - <div id="foodshift"> - <form method="GET" class="float-block"> - <label for="index">Opettaja/kurssi/luokka:</label> - <br> - <input type="text" name="index" placeholder="sahe // ÄI1.2 // B203"> - <br> - <label for="day">Päivä:</label> - <br> - <select name="day"> - <option value="1">ma</option> - <option value="2">ti</option> - <option value="3">ke</option> - <option value="4">to</option> - <option value="5">pe</option> - <option value="6" disabled>la</option> - <option value="0" disabled>su</option> - </select> - <br> - <input type="submit" id="send" value="Löydä vuoro"> - </form> - - <br> - - <div id="shift-result" class="float-block"> - <h2>\(index-type\) \(shift-header\) ruokailuvuoro \(day\):</h2> - <p>\(shift\)</p> - </div> - </div> - - - <div id="food"> - <div class="float-block"> - <h2>\(food-header\)</h2> - <p>\(food\)</p> - </div> - </div> - </main> - </body> -</html> |