Update default.html

This commit is contained in:
HAHWUL 2020-09-27 14:30:13 +09:00 committed by GitHub
parent 16b960faef
commit a00ef68161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {