mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-02-23 16:40:05 -05:00
Update default.html
This commit is contained in:
parent
8cc28a1070
commit
457b71cea8
@ -64,7 +64,7 @@
|
|||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
</hr>
|
</hr>
|
||||||
<div class="container" onload="show()">
|
<div class="container">
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<h1>One-line maker</h1>
|
<h1>One-line maker</h1>
|
||||||
<div>
|
<div>
|
||||||
@ -91,7 +91,7 @@
|
|||||||
</section>
|
</section>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.3.4/vue.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.3.4/vue.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
function show() {
|
window.onload = function(){
|
||||||
new Vue({
|
new Vue({
|
||||||
data: {
|
data: {
|
||||||
langs: [
|
langs: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user