frontend, etc.
This commit is contained in:
9
templates/item.html
Normal file
9
templates/item.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Item Details</title>
|
||||
<link href="{{ url_for('static', path='/styles.css') }}" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1><a href="test.html">Item ID: {{ id }}</a></h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user