modified: app.py
modified: templates/index.html modified: templates/login.html modified: templates/settings.html
This commit is contained in:
2
app.py
2
app.py
@@ -1,4 +1,4 @@
|
||||
# web_panel/app.py
|
||||
# app.py
|
||||
|
||||
from flask import Flask, render_template, redirect, url_for, request, session
|
||||
import os
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<!-- web_panel/templates/index.html -->
|
||||
<!-- templates/index.html -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<!-- web_panel/templates/login.html -->
|
||||
<!-- templates/login.html -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<!-- web_panel/templates/settings.html -->
|
||||
<!-- templates/settings.html -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user