add paper page
This commit is contained in:
parent
88f42e90b5
commit
48d3b57503
@ -11,17 +11,17 @@
|
|||||||
<title>NG-Tacker</title>
|
<title>NG-Tacker</title>
|
||||||
|
|
||||||
<!-- Bootstrap core CSS -->
|
<!-- Bootstrap core CSS -->
|
||||||
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
|
||||||
|
|
||||||
<!-- Custom fonts for this template -->
|
<!-- Custom fonts for this template -->
|
||||||
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
|
||||||
<link href="vendor/google/montserrat.css" rel="stylesheet" type="text/css">
|
<link href="vendor/google/montserrat.css" rel="stylesheet" type="text/css"/>
|
||||||
<link href='vendor/google/kaushan.css' rel='stylesheet' type='text/css'>
|
<link href='vendor/google/kaushan.css' rel='stylesheet' type='text/css'/>
|
||||||
<link href='vendor/google/droid.css' rel='stylesheet' type='text/css'>
|
<link href='vendor/google/droid.css' rel='stylesheet' type='text/css'/>
|
||||||
<link href='vendor/google/roboto.css' rel='stylesheet' type='text/css'>
|
<link href='vendor/google/roboto.css' rel='stylesheet' type='text/css'/>
|
||||||
|
|
||||||
<!-- Custom styles for this template -->
|
<!-- Custom styles for this template -->
|
||||||
<link href="css/agency.css" rel="stylesheet">
|
<link href="css/agency.css" rel="stylesheet"/>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -88,6 +88,7 @@
|
|||||||
<button id="sendMessageButton" class="btn btn-primary btn-xl text-uppercase" type="submit">
|
<button id="sendMessageButton" class="btn btn-primary btn-xl text-uppercase" type="submit">
|
||||||
Сохранить
|
Сохранить
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
<div class="row" id="paper-list">
|
<div class="row" id="paper-list">
|
||||||
<div class="col-lg-12 text-center">
|
<div class="col-lg-12 text-center">
|
||||||
<h2 class="section-heading text-uppercase">Статьи</h2>
|
<h2 class="section-heading text-uppercase">Статьи</h2>
|
||||||
|
<a href = "./paper"><h4>Страница редактирования статьи</h4></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user