This commit is contained in:
尹舟 2025-02-27 18:01:16 +08:00
parent 5dde7eaa1f
commit 117e171255
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ log = Log().getlog()
@app.route('/') @app.route('/')
def index(): def index():
return render_template('c.html') return render_template('index.html')
@app.route('/a') @app.route('/a')

View File

@ -102,6 +102,8 @@
background: #e3f2fd; background: #e3f2fd;
color: var(--primary-color); color: var(--primary-color);
} }
</style> </style>
</head> </head>
<body> <body>