diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-22 18:45:35 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-22 18:45:35 -0500 |
| commit | 654e25288a73bd41d1756771297c758e6fbd55a0 (patch) | |
| tree | 783616dd668d8a9d4da5a9eae2ddffd5710d53e9 /public/dev.html | |
| parent | 1fabc62ef743aec0bdb9a5219163d8e4cd59174a (diff) | |
mobile layout
Diffstat (limited to 'public/dev.html')
| -rw-r--r-- | public/dev.html | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/public/dev.html b/public/dev.html index cd62ea4..c10a8f0 100644 --- a/public/dev.html +++ b/public/dev.html @@ -2,6 +2,7 @@ <html> <head> <title>LuCkYPLoP™</title> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:title" content="LuCkYPLoP™"> <meta property="og:type" content="website"> <meta property="og:image" content=""> @@ -17,10 +18,10 @@ <div id="topnav"> <span class="luckyback"> - <a id="prev">[<< previous 画像]</a> - <a id="next">[前のnewer >>]</a> - <a id="refresh">Rfsh</a> - <a id="random">RNDM</a> + <a class="prev">[<< previous 画像]</a> + <a class="next">[前のnewer >>]</a> + <a class="refresh">Rfsh</a> + <a class="random">RNDM</a> </span> </div> @@ -54,6 +55,13 @@ <div id="droparea"></div> +<div id="mobile_nav"> + <div class="prev">< BaCK</div> + <div class="upload"><input type="file" id="file">PoST</div> + <div class="link">LiNK</div> + <div class="next">FwD ></div> +</div> + </body> <script src="/assets/js/vendor/jquery-2.1.4.min.js"></script> |
