You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							52 lines
						
					
					
						
							1.7 KiB
						
					
					
				
			
		
		
	
	
							52 lines
						
					
					
						
							1.7 KiB
						
					
					
				<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <title>Tiny Components | Confirm</title>
 | 
						|
    <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
 | 
						|
    <link href="/example.css" rel="stylesheet" type="text/css">
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
 | 
						|
    <header class="header">
 | 
						|
        <div class="bar">
 | 
						|
            <div class="bar__start">
 | 
						|
                <h1 class="m-top-4 m-bottom-4 h4">
 | 
						|
                    @tiny-components/confirm
 | 
						|
                </h1>
 | 
						|
            </div>
 | 
						|
            <div class="bar__main justify-end">
 | 
						|
                <a class="button button--small m-left-sm-3 m-bottom-0" href="https://gitea.node001.net/tiny-components/confirm" rel="noopener" target="_blank">
 | 
						|
                    Gitea
 | 
						|
                    <svg class="m-left-3 icon fill-text" aria-hidden="true">
 | 
						|
                        <use xlink:href="symbol-defs.svg#icon-gitea"></use>
 | 
						|
                    </svg>
 | 
						|
                </a>
 | 
						|
                <a class="button button--small m-left-sm-3 m-bottom-0" href="https://gitea.node001.net/tiny-components/confirm" rel="noopener" target="_blank">
 | 
						|
                    Github
 | 
						|
                    <svg class="m-left-3 icon fill-text" aria-hidden="true">
 | 
						|
                        <use xlink:href="symbol-defs.svg#icon-github"></use>
 | 
						|
                    </svg>
 | 
						|
                </a>
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
    </header>
 | 
						|
 | 
						|
    <div class="container">
 | 
						|
        <div class="grid">
 | 
						|
            <div class="col-12">
 | 
						|
                <div class="m-top-5">
 | 
						|
                    <example-confirm></example-confirm>
 | 
						|
                </div>
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
 | 
						|
    <tiny-confirm></tiny-confirm>
 | 
						|
    <script type="text/javascript" src="/example.js"></script>
 | 
						|
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |