14 lines
371 B
HTML
Executable File
14 lines
371 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>End User License Agreement</title>
|
|
</head>
|
|
<body>
|
|
<h1>End User License Agreement (EULA)</h1>
|
|
<p>[Insert your EULA text here]</p>
|
|
<a href="{{ url_for('register') }}">Back to Registration</a>
|
|
</body>
|
|
</html>
|