|
|
<!doctype html> |
|
|
<html> |
|
|
<head> |
|
|
<meta charset="utf-8" /> |
|
|
<meta name="viewport" content="width=device-width" /> |
|
|
<title>My Turku Python Assignment - Calendar App</title> |
|
|
<link rel="stylesheet" href="style.css" /> |
|
|
</head> |
|
|
<body> |
|
|
<div class="card"> |
|
|
<h1>Welcome to Calendar App</h1> |
|
|
<p>Please visit the 'Files' tab to review the calendar.py app.</p> |
|
|
<p>To run the app, please</p> |
|
|
<ul><li>Git clone this repository to your machine. Run 'git clone https://huggingface.co/spaces/KaiquanMah/TurkuPythonAssignment' in your Terminal</li> |
|
|
<li>Go into the 'TurkuPythonAssignment' directory: cd TurkuPythonAssignment</li> |
|
|
<li>Run the calendar.py app: python calendar_app.py</li> |
|
|
</ul> |
|
|
</div> |
|
|
</body> |
|
|
</html> |
|
|
|