forked from dachan/dach
		
	Add simple front-end
This commit is contained in:
		
							
								
								
									
										38
									
								
								public/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								public/index.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,38 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
<head>
 | 
			
		||||
    <link rel="stylesheet" href="main.css">
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <title>Dach</title>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
  <header>
 | 
			
		||||
      <div class="headerIneer">
 | 
			
		||||
          <div class="headerLogo"><h1 class="headerLogoTitle">Dach</h1></div>
 | 
			
		||||
          <div class="headerFaq"><a class="headerFaqTitle" href="faq.html">FAQ</a></div>
 | 
			
		||||
      </div>
 | 
			
		||||
  </header>
 | 
			
		||||
  <main>
 | 
			
		||||
    <div class="welcome">
 | 
			
		||||
        <div class="welcomeInner">
 | 
			
		||||
            <div class="welcomeStart">
 | 
			
		||||
                <h1 class="welcomeStartTitle">What is Dash</h1>                
 | 
			
		||||
                <p class="welcomeStartAnswer">Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic, suscipit perferendis. Aut neque tenetur sunt nostrum ratione ullam voluptatem nemo, eum quaerat inventore molestias dolor. Id, quibusdam reiciendis? Nisi, omnis!</p>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>           
 | 
			
		||||
    <div class="broad">
 | 
			
		||||
        <div class="broadInner">
 | 
			
		||||
            <h3 class="boardTitle">Борды</h3>
 | 
			
		||||
            <ul class="broadTable">
 | 
			
		||||
                <li>/b/ бред</li>
 | 
			
		||||
                <li>/p/ политика</li>
 | 
			
		||||
                <li>/gg/ good girls</li>
 | 
			
		||||
            </ul>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </main>
 | 
			
		||||
  <footer>
 | 
			
		||||
  </footer>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user