blob: 1b73240ff32abfe4f2bfc50f0c5dc338091d1dce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<template>
<div>
<h1>19 PDH Puszcza</h1>
<img alt="Work in progress" src="assets/wip.png" />
<h3>Strona w trakcie budowy</h3>
</div>
</template>
<script>
export default {
name: "HomeView"
};
</script>
|