This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
examcloud-frontend
/
student-client
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
ff9f503bad
Gałęzie
Tagi
master
student-client
/
src
/
views
/
NotFoundComponent.vue
NotFoundComponent.vue
79 B
Historia
Czysty
1
2
3
4
5
<template>
<div class="404">
<h1>404 not found</h1>
</div>
</template>