-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (48 loc) · 1.95 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<style>
body {
background: url(univers.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: white;
}
</style>
</head>
<link rel="stylesheet" type="text/css" href="http://bidouillage.e-monsite.com/medias/files/bootstrap.css" />
<body>
<br></br>
<center><h1>Raisonnement sur des univers de PetiTextes</h1></center>
<div style="text-align: right; margin-right: 199px;"> <h2> ... choisissez votre univers</h2> </div>
<br></br>
<hr></hr>
<br></br>
<div style="margin-left: 199px;">
<form action = "http://127.0.0.1:5000/login" method = "POST">
<text name = "text">Definition simple de la famille</text>
<input type="HIDDEN" name = "file_name" value = "./definition de famille (simple).txt" />
<input type='HIDDEN' name = "new_line" value="" />
<input class="btn btn-mini btn-primary" type = "submit" value = "Raisonner" />
</form>
<br></br>
<form action = "http://127.0.0.1:5000/login" method = "POST">
<text name = "text">L'univers des objets abstraits</text>
<input type="HIDDEN" name = "file_name" value = "./univers des objets.txt" />
<input type='HIDDEN' name = "new_line" value="" />
<input class="btn btn-mini btn-primary" type = "submit" value = "Raisonner" />
</form>
<br></br>
<form action = "http://127.0.0.1:5000/login" method = "POST">
<text name = "text">L'univers de la connaissance des organismes</text>
<input type="HIDDEN" name = "file_name" value = "./Connaissance des organismes.txt" />
<input type='HIDDEN' name = "new_line" value="" />
<input class="btn btn-mini btn-primary" type = "submit" value = "Raisonner" />
</form>
<br></br>
</div>
</body>
</html>