- PTME -> METH
This commit is contained in:
Misthaa
2024-09-22 18:59:37 +02:00
parent 1d719ffc64
commit 183c487ff6
10 changed files with 27 additions and 27 deletions

View File

@ -1,5 +1,5 @@
<div id="topBar">
<h1>PTME</h1>
<h1>METH</h1>
</div>
<div style='color: white; position: absolute; left: 50%; top: 50%; text-align: center; transform: translate(-50%, -50%); font-size: 10vh;' id="content">
<h1>404</h1>

View File

@ -1,7 +1,7 @@
<div id="divNotification">
</div>
<div id="topBar">
<h1>PTME</h1>
<h1>METH</h1>
<div id="topButton">
<p id="buttonPlay">PLAY</p>
<p id="buttonProject">PROJECT</p>
@ -130,7 +130,7 @@
<footer>
<div class="footer-content">
<div class="footer-left">
<h1>PTME</h1>
<h1>METH</h1>
<p>ft_transcendance project<br>for 42 shcool</p>
</div>
<div class="footer-right">

View File

@ -1,5 +1,5 @@
<div id="topBarLobby">
<h1 id="homeButton">PTME</h1>
<h1 id="homeButton">METH</h1>
<div class="search-container">
<input type="text" placeholder="Search..." class="search-input" id="searchInputUser">
</div>

View File

@ -1,5 +1,5 @@
<div id="topBar">
<h1>PTME</h1>
<h1>METH</h1>
</div>
<div style='color: white; position: absolute; left: 50%; top: 50%; text-align: center; transform: translate(-50%, -50%); font-size: 5vh;'>
<p id="sentence">Waiting for other players to start the game</p>

View File

@ -3,10 +3,10 @@
# ::: :::::::: #
# createAccount.py :+: :+: :+: #
# +:+ +:+ +:+ #
# By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ #
# By: marvin <marvin@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/08/09 08:08:00 by edbernar #+# #+# #
# Updated: 2024/09/18 07:24:47 by edbernar ### ########.fr #
# Updated: 2024/09/22 18:58:55 by marvin ### ########.fr #
# #
# **************************************************************************** #
@ -80,7 +80,7 @@ def createAccount(socket, content):
def sendVerifMail(verif_str, mail, username):
msg = MIMEMultipart()
msg['From'] = 'PTME <ptme@tmoron.fr>'
msg['From'] = 'METH <meth@tmoron.fr>'
msg['To'] = mail
msg['Subject'] = 'Account verification'
msg.attach(MIMEText('''
@ -145,14 +145,14 @@ def sendVerifMail(verif_str, mail, username):
<table class="container" role="presentation">
<tr>
<td>
<h1>Bienvenue chez PTME !</h1>
<h1>Bienvenue chez METH !</h1>
<p>Bonjour ''' + username + ''',</p>
<p>Merci d'avoir créé un compte avec PTME ! Nous sommes ravis de vous accueillir parmi nous.</p>
<p>Merci d'avoir créé un compte avec METH ! Nous sommes ravis de vous accueillir parmi nous.</p>
<p>Pour compléter votre inscription, veuillez vérifier votre adresse e-mail en cliquant sur le bouton ci-dessous :</p>
<p><a href="''' + URLMAIL + verif_str +'''" class="button">Confirmer mon adresse e-mail</a></p>
<p>Si vous n'avez pas demandé cette inscription, vous pouvez ignorer cet e-mail.</p>
<p>Merci,</p>
<p>L'équipe PTME</p>
<p>L'équipe METH</p>
<div class="footer">
<p>42, 49 Bd Besson Bey, 16000 Angoulême, France</p>
</div>