Update default.html

This commit is contained in:
HAHWUL 2020-09-27 14:39:28 +09:00 committed by GitHub
parent 0da3dfa926
commit 0b999f3601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,8 @@
<![endif]--> <![endif]-->
</head> </head>
<body> <body>
<div class="wrapper"> <div class="wrapper" style="width:100% !important;">
<header> <header style="width:20% !important;">
{% if site.logo %} {% if site.logo %}
<img src="{{site.logo | relative_url}}" alt="Logo" /> <img src="{{site.logo | relative_url}}" alt="Logo" />
{% endif %} {% endif %}
@ -59,7 +59,7 @@
window.addEventListener('load', addDarkmodeWidget); window.addEventListener('load', addDarkmodeWidget);
</script> </script>
</header> </header>
<section> <section style="width:70% !important;">
{{ content }} {{ content }}
@ -79,10 +79,10 @@
<td> <td>
<input type="checkbox" v-model="checked" :value="lang.id" number> <input type="checkbox" v-model="checked" :value="lang.id" number>
</td> </td>
{ % raw % } {% raw %}
<td> {{ lang.id }}</td> <td> {{ lang.id }}</td>
<td> {{ lang.name }}</td> <td> {{ lang.name }}</td>
{ % endraw % } {% endraw %}
</tr> </tr>
</table> </table>
</div> </div>