mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-02-23 08:29:53 -05:00
Update default.html
This commit is contained in:
parent
16b960faef
commit
a00ef68161
@ -65,13 +65,12 @@
|
|||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
</section>
|
|
||||||
</hr>
|
</hr>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<h2>Tools</h2>
|
<h1>One-line maker</h1>
|
||||||
<div>
|
<div>
|
||||||
<input type="button" value="Generate One-Line Install script!">
|
<input type="button" value="Generate">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<tr>
|
<tr>
|
||||||
<th><input type="checkbox" v-model="checkAll"></th>
|
<th><input type="checkbox" v-model="checkAll"></th>
|
||||||
@ -91,6 +90,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.3.4/vue.min.js">
|
||||||
<script>
|
<script>
|
||||||
new Vue({
|
new Vue({
|
||||||
data: {
|
data: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user