Skip to content

Commit af33507

Browse files
committed
Update front end
1 parent ead25a6 commit af33507

File tree

2 files changed

+734
-4
lines changed

2 files changed

+734
-4
lines changed

src/main/resources/static/index.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66

77
<title>TODO</title>
88

9-
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
9+
<link rel="stylesheet" href="simple.css">
1010
</head>
1111

1212
<header>
13+
<h1>TODO</h1>
14+
<p>Example task application</p>
15+
1316
<nav>
1417
<a href="/" class="current">Home</a>
1518
</nav>
16-
<h1>TODO</h1>
17-
<p>Example task application</p>
1819
</header>
1920

2021
<h2>Open</h2>
@@ -49,4 +50,4 @@ <h2>New</h2>
4950
</tr>
5051
</template>
5152

52-
<script src="/main.js"></script>
53+
<script src="main.js"></script>

0 commit comments

Comments
 (0)