Advertisement
AllyssonAyslan

foos.html

Sep 25th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns:th="http://thymeleaf.org"
  3.     xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
  4. <head>
  5. <title>Foosball - Educando com saΓΊde</title>
  6.  
  7. <!--Import Google Icon Font-->
  8. <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
  9.     rel="stylesheet" />
  10.  
  11. <!--Import materialize.css-->
  12. <link type="text/css" rel="stylesheet"
  13.     href="materialize/css/materialize.min.css" media="screen,projection" />
  14.  
  15. <!--Let browser know website is optimized for mobile-->
  16. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  17. </head>
  18. <body>
  19.     <h1>Selecione um evento</h1>
  20.     <h2>
  21.         <a href="/alunos" class="waves-effect waves-light btn-large"><i
  22.             class="material-icons left">border_color</i>Acantonamento</a>
  23.     </h2>
  24.     <h3>
  25.         <a href="foos" class="waves-effect waves-light btn-large"><i
  26.             class="material-icons left">border_color</i>RincΓ£o</a>
  27.     </h3>
  28.    
  29.    
  30.     <script type="text/javascript"
  31.         src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
  32.     <script type="text/javascript" src="materialize/js/materialize.min.js"></script>
  33. </body>
  34.  
  35.  
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement