<!DOCTYPE html>
<html>
<head>
<title>欢迎页</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="welcome-message">
<h1>欢迎!</h1>
<p>请填写下方表单:</p>
</div>
<form>
<div class="buttons">
<button type="button" class="cancel-button">取消</button>
<button type="submit" class="send-button">发送</button>
</div>
</form>
<script src="script.js"></script>
</body>
</html>