File size: 785 Bytes
1c3ff61
 
 
 
 
9584a5b
1c3ff61
 
 
 
9584a5b
108af0c
 
 
 
fd50643
108af0c
1c3ff61
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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>