Browse Source

link class added

master
Konstantyn Pahsura 8 years ago
parent
commit
3fc02bf6c2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      404.html

+ 1
- 1
404.html View File

6
 <body>
6
 <body>
7
     <div class="error_page">
7
     <div class="error_page">
8
         <h2>404 Not Found</h2>
8
         <h2>404 Not Found</h2>
9
-        <p class="error_page__message">You can create new conversation <a href="/">here</a></p>
9
+        <p class="error_page__message">You can create new conversation <a class="link" href="/">here</a></p>
10
     </div>
10
     </div>
11
 </body>
11
 </body>
12
 </html>
12
 </html>

Loading…
Cancel
Save