simple-login-template/home/index.html

14 lines
384 B
HTML
Raw Permalink Normal View History

2023-11-06 01:34:50 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<img class="backgroundImage" src="../images/background.jpg"/>
<h1 class="welcome">Welcome!</h1>
<script src="java.js"></script>
</body>
</html>