优化3
This commit is contained in:
parent
5dde7eaa1f
commit
117e171255
@ -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')
|
||||||
|
@ -102,6 +102,8 @@
|
|||||||
background: #e3f2fd;
|
background: #e3f2fd;
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user