-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.html
35 lines (28 loc) · 960 Bytes
/
default.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Generation of Autonomous HTML Pages with Deep Learning on Hand-Drawn">
<meta name="keywords"
content="HTML, CSS, Python, Deep Learning, HTML Generation, Image Processing, Yolov5, No-Code">
<meta name="author" content="Mustafa Yigit, Miraç Onur Saka, Bugrahan Erk Vural">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Generation of Autonomous HTML Pages with Deep Learning on Hand-Drawn Sketches</title>
<style>
div {
position: absolute;
border: 2px solid black;
margin-left: 240px;
height: 810px;
width: 1440px;
}
</style>
</head>
<body>
<h1 style="text-align:center;">Generation of Autonomous HTML Pages with Deep Learning on Hand-Drawn</h1>
<div>
<form action="/">
</form>
</div>
</body>
</html>