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
|
from flask import Flask, render_template, redirect, url_for, request, session
|
||||||
import os
|
import os
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<!-- web_panel/templates/index.html -->
|
<!-- templates/index.html -->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<!-- web_panel/templates/login.html -->
|
<!-- templates/login.html -->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<!-- web_panel/templates/settings.html -->
|
<!-- templates/settings.html -->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
Reference in New Issue
Block a user