Advertisement
Guest User

Untitled

a guest
May 27th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 4.22 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
  3.     <head>
  4.         <title>PonyDaFcuk</title>
  5.         <meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
  6.         <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7.  
  8.         <link rel="icon" type="image/png" href="../../images/favicon.ico" th:href="@{/images/favicon.ico}" />
  9.  
  10.         <!--<link rel="stylesheet" href="../static/css/indexcss.css" th:href="@{/css/indexcss.css}" type="text/css" />-->
  11.        
  12.         <!-- <link type="text/css" rel="stylesheet" href="../static/plugins/bootstrap/css/bootstrap.min.css"
  13.            th:href="@{/plugins/bootstrap/css/bootstrap.min.css}"/> -->
  14.  
  15.         <!-- <link type="text/css" rel="stylesheet" href="../static/css/login.css"
  16.            th:href="@{/css/login.css}"/> -->
  17.         <link type="text/css" rel="stylesheet" href="../static/css/font-awesome.min.css"
  18.            th:href="@{/css/font-awesome.min.css}"/>
  19.         <link type="text/css" rel="stylesheet" href="http://fr.allfont.net/allfont.css?fonts=arial-black"/>
  20.         <link type="text/css" rel="stylesheet" href="http://fr.allfont.net/allfont.css?fonts=ubuntu" />
  21.         <link type="text/css" rel="stylesheet" href="http://fr.allfont.net/allfont.css?fonts=open-sans"/>
  22.  
  23.         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
  24.            integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
  25.            crossorigin="anonymous">
  26.     </head>
  27.  
  28.     <body>
  29.         </br>
  30.         <div class="row">
  31.             <div class="col">
  32.             </div>
  33.             <div class="col">
  34.                 <form th:action="@{/register}" method="POST" action="/register" autocomplete="on">
  35.                     <div class="form-group">
  36.                         <label for="UserName">User Name</label>
  37.                         <input type="email" class="form-control" id="UserName" aria-describedby="UserNameHelp" placeholder="User Name">
  38.                         <small id="UserNameHelp" class="form-text text-muted">May this name make the social networks tremble</small>
  39.                     </div>
  40.                     <div class="form-group">
  41.                         <label for="Email">Email address</label>
  42.                         <input type="email" class="form-control" id="Email" aria-describedby="EmailHelp" placeholder="Enter email">
  43.                         <small id="EmailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
  44.                     </div>
  45.                     <div class="form-group">
  46.                         <label for="Password">Password</label>
  47.                         <input type="password" class="form-control" id="Password" placeholder="Password">
  48.                     </div>
  49.                     <div class="form-group">
  50.                         <label for="ConfirmPassword">Confirm Password</label>
  51.                         <input type="password" class="form-control" id="ConfirmPassword" placeholder="Confirm Password">
  52.                     </div>
  53.                     <button type="submit" class="btn btn-primary">Submit</button>
  54.                 </form>
  55.             </div>
  56.             <div class="col">
  57.             </div>
  58.         </div>
  59.  
  60.         <!-- SCRIPTS -->
  61.         <script type="text/javascript "src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"
  62.            integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ"
  63.            crossorigin="anonymous"></script>
  64.            
  65.         <script type="text/javascript" src="../static/plugins/jquery/jquery-3.3.1.min.js"
  66.            th:src="@{/plugins/jquery/jquery-3.3.1.min.js}"></script>
  67.         <script type="text/javascript" src="../static/plugins/bootstrap/js/bootstrap.min.js"
  68.            th:src="@{/plugins/bootstrap/js/bootstrap.min.js}"></script>
  69.         <script type="text/javascript" src="../static/plugins/icheck/icheck.min.js"
  70.            th:src="@{/plugins/icheck/icheck.min.js}"></script>
  71.         <script type="text/javascript" src="../static/plugins/TweenMax/TweenMax.js"
  72.            th:src="@{/plugins/TweenMax/TweenMax.js}"></script>
  73.     </body>
  74. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement