|
@@ -4,7 +4,7 @@
|
|
|
<meta charset="utf-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
- <title>用户登录-纵横经济指标系统</title>
|
|
|
+ <title>用户登录-公路造价指标系统</title>
|
|
|
<link rel="stylesheet" href="public/css/bootstrap/bootstrap.min.css">
|
|
|
<link rel="stylesheet" href="public/css/main.css">
|
|
|
<link rel="stylesheet" href="public/css/font-awesome/font-awesome.min.css">
|
|
@@ -13,7 +13,7 @@
|
|
|
<div class="container">
|
|
|
<!--演示版-->
|
|
|
<form class="form-signin" method="post" action="/login">
|
|
|
- <h1 class="d-flex justify-content-center mb-4">纵横造价指标系统</h1>
|
|
|
+ <h2 class="d-flex justify-content-center mb-4">纵横公路工程造价指标分析系统</h2>
|
|
|
<nav class="nav nav-tabs nav-justified mb-3" role="tablist" >
|
|
|
</nav>
|
|
|
<div class="form-group <% if (errorMessage !== undefined && errorMessage !== null) { %>has-danger<% } %>">
|