You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
261 B
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Flask教學</title>
</head>
<body>
<h1>我的第一個Flask網站</h1>
<p> Flask是一個使用Python編寫的輕量級Web應用框架。</p>
</body>
</html>