mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-07-09 13:27:45 +00:00
fix(DevWeb): Re-organise folder structure and fix static files import
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Main Menu</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
||||
<jsp:include page="../components/navbar.jsp"/>
|
||||
|
||||
<section id="main">
|
||||
<h1 id="Title">Titre du jeu</h1>
|
||||
<div class="main-button">
|
||||
<input type="button" value="New game" >
|
||||
<input type="button" value="Hard mode" >
|
||||
<input type="button" value="Statistics" >
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user