mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			704 B
		
	
	
	
		
			HTML
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			704 B
		
	
	
	
		
			HTML
		
	
	
	
		
			Vendored
		
	
	
	
<html>
 | 
						|
  
 | 
						|
  <head>
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
    <link rel="stylesheet" href="../../../style.css">
 | 
						|
    <base target="_parent">
 | 
						|
    <title data-trilium-title>Day template</title>
 | 
						|
  </head>
 | 
						|
  
 | 
						|
  <body>
 | 
						|
    <div class="content">
 | 
						|
       <h1 data-trilium-h1>Day template</h1>
 | 
						|
 | 
						|
      <div class="ck-content">
 | 
						|
        <p>TODO:</p>
 | 
						|
        <ul class="todo-list">
 | 
						|
          <li>
 | 
						|
            <label class="todo-list__label">
 | 
						|
              <input type="checkbox" disabled="disabled"><span class="todo-list__label__description">  </span>
 | 
						|
 | 
						|
            </label>
 | 
						|
          </li>
 | 
						|
        </ul>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
  </body>
 | 
						|
 | 
						|
</html> |