优化3
This commit is contained in:
parent
5dde7eaa1f
commit
117e171255
@ -8,7 +8,7 @@ log = Log().getlog()
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
return render_template('c.html')
|
||||
return render_template('index.html')
|
||||
|
||||
|
||||
@app.route('/a')
|
||||
|
@ -102,6 +102,8 @@
|
||||
background: #e3f2fd;
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user