flask website for la petite ecole
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
621 B

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>L'aile</title>
<meta name="description" content="">
<meta name="author" content="zvevqx">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="shape_container" >
<div id="shape_1"><img alt="shape_1" src="shape/hot/1.svg"/></div>
<div id="shape_2"><img alt="shape_2" src="shape/cold/1.svg"/></div>
</div>
<h1 id="logo"><img alt="logo" src="logo/1.svg"/></h1>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>