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