mirror of https://github.com/JustKato/FreePad.git
				
				
				
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			646 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			646 B
		
	
	
	
		
			HTML
		
	
	
	
{{ define "inc/footer.html"}}
 | 
						|
 | 
						|
<footer class="footer">
 | 
						|
    <div class="content has-text-centered">
 | 
						|
        <p>
 | 
						|
            <strong>FreePad</strong> by <a href="https://justkato.me">Kato Twofold</a>.
 | 
						|
            <br>
 | 
						|
            The source code is licensed under the
 | 
						|
            <a href="http://opensource.org/licenses/mit-license.php">MIT</a> License.
 | 
						|
            <br>
 | 
						|
            The project is <b>Free and Open Source</b>, check out our <a href="https://github.com/JustKato/FreePad">Github Repo</a>.
 | 
						|
            <br>
 | 
						|
            Powered by <b>Go</b>phers!
 | 
						|
        </p>
 | 
						|
    </div>
 | 
						|
</footer>
 | 
						|
 | 
						|
<script src="/static/js/main.js"></script>
 | 
						|
 | 
						|
{{ end }} |