Reorganize files, keep table from moving on alert
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
<link rel="icon" type="image/png" href="assets/favicon-32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="assets/favicon-196.png" sizes="196x196">
|
||||
|
||||
<script src="script.js"></script>
|
||||
<script src="static/script.js"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css"
|
||||
integrity="sha384-oAOxQR6DkCoMliIh8yFnu25d7Eq/PHS21PClpwjOTeU2jRSq11vu66rf90/cZr47" crossorigin="anonymous">
|
||||
<link rel="stylesheet" type="text/css" rel="noopener" target="_blank" href="styles.css">
|
||||
<link rel="stylesheet" type="text/css" target="_blank" href="static/styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -40,6 +40,7 @@
|
||||
</div>
|
||||
<div class="pure-controls">
|
||||
<button class="pure-button pure-button-primary">Shorten!</button>
|
||||
<p id="alert-box"> </p>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
@@ -49,7 +50,7 @@
|
||||
<br>
|
||||
<thead>
|
||||
<tr>
|
||||
<td id="short-url-header">Short URL (click to copy)</td>
|
||||
<td id="short-url-header">Short URL<br>(click to copy)</td>
|
||||
<td>Long URL</td>
|
||||
<td>Hits</td>
|
||||
<td name="deleteBtn">×</td>
|
||||
|
||||
Reference in New Issue
Block a user