Add initial project structure with Docker setup and frontend/backend files
This commit is contained in:
13
frontend/templates/eula.html
Executable file
13
frontend/templates/eula.html
Executable file
@@ -0,0 +1,13 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user