refactor :yay:
This commit is contained in:
parent
d69fea51b9
commit
19bdd1ec5b
8 changed files with 9 additions and 30 deletions
|
@ -5,7 +5,6 @@
|
|||
<title>/home/Dario48/Documents/</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="/path.js" defer=""></script>
|
||||
<script src="/disable_form.js" defer=""></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<div class="border">
|
||||
|
@ -25,8 +24,8 @@
|
|||
<input
|
||||
type="text"
|
||||
value="/home/Dario48/Documents/"
|
||||
class="stretch path"
|
||||
id="disable_enter"
|
||||
class="stretch"
|
||||
id="path"
|
||||
/>
|
||||
</form>
|
||||
<nav class="row">
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<title>/home/Dario48/Pictures/folder.svg</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="/path.js" defer=""></script>
|
||||
<script src="/disable_form.js" defer=""></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<div class="border">
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<title>/home/Dario48/Pictures/html.svg</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="/path.js" defer=""></script>
|
||||
<script src="/disable_form.js" defer=""></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<div class="border">
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<title>/home/Dario48/Pictures/</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="/path.js" defer=""></script>
|
||||
<script src="/disable_form.js" defer=""></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<div class="border">
|
||||
|
@ -25,8 +24,8 @@
|
|||
<input
|
||||
type="text"
|
||||
value="/home/Dario48/Pictures/"
|
||||
class="stretch path"
|
||||
id="disable_enter"
|
||||
class="stretch"
|
||||
id="path"
|
||||
/>
|
||||
</form>
|
||||
<nav class="row">
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<title>/home/Dario48/</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="/path.js" defer=""></script>
|
||||
<script src="/disable_form.js" defer=""></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<div class="border">
|
||||
|
@ -22,12 +21,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<form>
|
||||
<input
|
||||
type="text"
|
||||
value="/home/Dario48/"
|
||||
class="stretch path"
|
||||
id="disable_enter"
|
||||
/>
|
||||
<input type="text" value="/home/Dario48/" class="stretch" id="path" />
|
||||
</form>
|
||||
<nav class="row">
|
||||
<div class="column folder">
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<title>/home/</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script src="/path.js" defer=""></script>
|
||||
<script src="/disable_form.js" defer=""></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<div class="border">
|
||||
|
@ -22,12 +21,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<form>
|
||||
<input
|
||||
type="text"
|
||||
value="/home/"
|
||||
class="stretch path"
|
||||
id="disable_enter"
|
||||
/>
|
||||
<input type="text" value="/home/" class="stretch" id="path" />
|
||||
</form>
|
||||
<nav class="row">
|
||||
<div class="column folder">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue