Page MenuHomec4science

home.html
No OneTemporary

File Metadata

Created
Fri, Nov 8, 12:02

home.html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Pacifico">
<link rel="icon" href="http://obj-cache.cloud.ruanbekker.com/favicon.ico">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<title>TexGen</title>
</head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style>
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: null;
color: white;
text-align: center;
}
</style>
<body class="w3-container" style="background-color:#aaaaaa";>
<div class="container w3-monospace">
<div style="background:transparent !important" class="jumbotron">
<div style="font-family: Sofia,Helvetica, sans-serif;font-weight: bold;">
<p>
<center>
<font size="8">Text Generator</font>
</center>
</p>
</div>
</div>
<form action="/authors" method="post">
<div class="input-group">
<input type="text" class="form-control input-lg" name="input" placeholder="Type a prompt" autofocus>
<div class="input-group-btn">
<button class="btn btn-primary btn-lg" type="submit">
<i class="glyphicon glyphicon-search"></i>
</button>
</div>
</div>
<div class="form-group">
<small id="help-text" class="form-text text-muted" style="color:#000000">Example promt: Among the most common causes of corruption are the </small>
</div>
</form>
</div>
</div>
<br><br>
<div class="footer">
<p>&copy; 2021 PanosKostakos </p>
<p><a href="mailto:panos.kostakos@oulu.fi">panos.kostakos@oulu.fi</a></p>
</div>
</body>
</html>

Event Timeline