1
0

Reorganized assets

This commit is contained in:
kolaente
2018-09-11 07:02:32 +02:00
parent efdc00dcd6
commit d1155adc05
5 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="container has-text-centered">
<div class="column is-4 is-offset-4">
<img src="logo-full.svg"/>
<img src="images/logo-full.svg"/>
<h2 class="title">Login</h2>
<div class="box">
<form id="loginform" @submit.prevent="submit">

View File

@ -1,7 +1,7 @@
<template>
<div class="container has-text-centered">
<div class="column is-4 is-offset-4">
<img src="logo-full.svg"/>
<img src="images/logo-full.svg"/>
<h2 class="title">Register</h2>
<div class="box">
<form id="registerform" @submit.prevent="submit">