-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (34 loc) · 1.21 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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8"/>
<title>PEEF - Python Environment Error Feedback</title>
<link rel="stylesheet" href="home/css/style.css">
<script src="app/js/jquery-3.4.1.min.js"></script>
<script src="home/js/home.js"></script>
<link rel="icon" href="app/sources/images/logo_peef.png" sizes="16x16" type="image/png">
</head>
<body>
<section class="main-section">
<header class="header-home">
<div class="img-head-page"></div>
<div class="title-head-pege">Python Environment Error Feedback</div>
</header>
<div class="container-main">
<div class="container-half">
<div class="title"> >> Uma plataforma de programação com feedbacks. </div>
<div class="container-button">
<div id="access-learner" class="button-form">Acesso Aluno</div>
<div id="access-teacher" class="button-form">Acesso Professor</div>
</div>
</div>
<div id="image-home" class="container-half">
</div>
</div>
</section>
<footer class="foot-home">
<div class="license">Copyleft © 2020 PEEF.</div>
</footer>
</div>
</body>
</html>