mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-07-09 13:27:45 +00:00
fix: dev-web - add utf-8 on modal
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
<%@ page import="uppa.project.pojo.User" %>
|
<%@ page import="uppa.project.pojo.User" %>
|
||||||
<%@ page import="uppa.project.pojo.Game" %>
|
<%@ page import="uppa.project.pojo.Game" %>
|
||||||
<%@ page import="uppa.project.pojo.Deck" %>
|
<%@ page import="uppa.project.pojo.Deck" %>
|
||||||
|
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
|
||||||
|
|
||||||
<%--
|
<%--
|
||||||
Created by IntelliJ IDEA.
|
Created by IntelliJ IDEA.
|
||||||
User: kmitr
|
User: kmitr
|
||||||
@@ -34,8 +36,8 @@
|
|||||||
<th>Nom d'utilisateur</th>
|
<th>Nom d'utilisateur</th>
|
||||||
<th>Nombre de partie jouées</th>
|
<th>Nombre de partie jouées</th>
|
||||||
<th>% Parties Gagnées</th>
|
<th>% Parties Gagnées</th>
|
||||||
<th>% Clicks corrects</th>
|
<th>% Clics corrects</th>
|
||||||
<th>% Clicks rapides</th>
|
<th>% Clics rapides</th>
|
||||||
<th>Invite</th>
|
<th>Invite</th>
|
||||||
</tr>
|
</tr>
|
||||||
<% for (User user : connectedUsers) { %>
|
<% for (User user : connectedUsers) { %>
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
<%@ page import="java.util.ArrayList" %>
|
<%@ page import="java.util.ArrayList" %>
|
||||||
<%@ page import="uppa.project.pojo.Player" %>
|
<%@ page import="uppa.project.pojo.Player" %>
|
||||||
<%@ page import="java.util.Date" %>
|
<%@ page import="java.util.Date" %>
|
||||||
|
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
|
||||||
|
|
||||||
<%--
|
<%--
|
||||||
Created by IntelliJ IDEA.
|
Created by IntelliJ IDEA.
|
||||||
User: kmitr
|
User: kmitr
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Cards Rush</title>
|
<title>Cards Rush</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
|
|||||||
Reference in New Issue
Block a user