mirror of
				https://git.sr.ht/~cadence/cloudtube
				synced 2025-10-27 19:59:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			552 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			552 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| extends includes/layout.pug
 | |
| 
 | |
| block head
 | |
|   title Home - CloudTube
 | |
| 
 | |
| block content
 | |
|   main.home-page
 | |
|     h1.top-header CloudTube
 | |
|     h2.tagline An alternative front-end for YouTube.
 | |
|     .encouraging-message
 | |
|       p You're in control. Watch things your way.
 | |
|       p Go on. What do you want to watch?
 | |
|       form(method="get" action="/search").encouraging-search-form
 | |
|         input(type="text" name="q" placeholder="I'd like to watch..." autocomplete="off" autofocus=!mobile).search.base-border-look
 | |
|       p: a(href="/cant-think") ...can't think of anything?
 | 
