Skip to content
Snippets Groups Projects
Commit 3dba2531 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Major refactor

parent 2d31f743
No related branches found
No related tags found
No related merge requests found
import tkinter
File moved
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pizza Palace</title>
<link rel="stylesheet" href="{{ url_for('static', 'css/bootstrap.min.css') }}">
</head>
<body>
<h1>Hello World!</h1>
<script src="{{ url_for('static', 'js/jquery.min.js') }}"></script>
<script src="{{ url_for('static', 'js/bootstrap.min.js') }}"></script>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment