forked from root/acme.js
		
	nix Bluecrypt branding
This commit is contained in:
		
							parent
							
								
									ad42d34587
								
							
						
					
					
						commit
						4b79b0bb3a
					
				@ -1,6 +1,6 @@
 | 
				
			|||||||
<html>
 | 
					<html>
 | 
				
			||||||
	<head>
 | 
						<head>
 | 
				
			||||||
		<title>Bluecrypt ACME - A Root Project</title>
 | 
							<title>ACME.js - A Root Project</title>
 | 
				
			||||||
		<meta charset="UTF-8" />
 | 
							<meta charset="UTF-8" />
 | 
				
			||||||
		<style>
 | 
							<style>
 | 
				
			||||||
			textarea {
 | 
								textarea {
 | 
				
			||||||
@ -20,17 +20,15 @@
 | 
				
			|||||||
	</head>
 | 
						</head>
 | 
				
			||||||
	<body>
 | 
						<body>
 | 
				
			||||||
		<h1>
 | 
							<h1>
 | 
				
			||||||
			@bluecrypt/acme: Let's Encrypt for the Browser
 | 
								@root/acme: Let's Encrypt for the Browser
 | 
				
			||||||
		</h1>
 | 
							</h1>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		<p>
 | 
							<p>
 | 
				
			||||||
			This is intended to be explored with your JavaScript console open.
 | 
								This is intended to be explored with your JavaScript console open.
 | 
				
			||||||
		</p>
 | 
							</p>
 | 
				
			||||||
		<pre><code><script src="<a href="https://rootprojects.org/acme/bluecrypt-acme.js">https://rootprojects.org/acme/bluecrypt-acme.js</a>"></script></code></pre>
 | 
							<pre><code><script src="<a href="https://unpkg.com/@root/acme@3.0.0/dist/acme.js">https://unpkg.com/@root/acme@3.0.0/dist/acme.js</a>"></script></code></pre>
 | 
				
			||||||
		<pre><code><script src="<a href="https://rootprojects.org/acme/bluecrypt-acme.min.js">https://rootprojects.org/acme/bluecrypt-acme.min.js</a>"></script></code></pre>
 | 
							<pre><code><script src="<a href="https://unpkg.com/@root/acme@3.0.0/dist/acme.min.js">https://unpkg.com/@root/acme@3.0.0/dist/acme.min.js</a>"></script></code></pre>
 | 
				
			||||||
		<a href="https://git.rootprojects.org/root/bluecrypt-acme.js"
 | 
							<a href="https://git.rootprojects.org/root/acme.js">Documentation</a>
 | 
				
			||||||
			>Documentation</a
 | 
					 | 
				
			||||||
		>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
		<h2>1. Keypair Generation</h2>
 | 
							<h2>1. Keypair Generation</h2>
 | 
				
			||||||
		<form class="js-keygen">
 | 
							<form class="js-keygen">
 | 
				
			||||||
@ -211,21 +209,20 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		<br />
 | 
							<br />
 | 
				
			||||||
		<p>
 | 
							<p>
 | 
				
			||||||
			Bluecrypt™ is a collection of lightweight, zero-dependency,
 | 
								[Root](https://rootprojects.org) has built a collection of
 | 
				
			||||||
			libraries written in VanillaJS. They are fast, tiny, and secure,
 | 
								lightweight, zero-dependency, libraries written in VanillaJS. They
 | 
				
			||||||
			using the native features of modern browsers where possible. This
 | 
								are fast, tiny, and secure, using the native features of modern
 | 
				
			||||||
			means it's easy-to-use crypto in kilobytes, not megabytes.
 | 
								browsers where possible. This means it's easy-to-use crypto in
 | 
				
			||||||
 | 
								kilobytes, not megabytes.
 | 
				
			||||||
		</p>
 | 
							</p>
 | 
				
			||||||
		<br />
 | 
							<br />
 | 
				
			||||||
		<footer>
 | 
							<footer>
 | 
				
			||||||
			View (git) source
 | 
								View (git) source
 | 
				
			||||||
			<a href="https://git.rootprojects.org/root/bluecrypt-acme.js"
 | 
								<a href="https://git.rootprojects.org/root/acme.js">@root/acme</a>
 | 
				
			||||||
				>@bluecrypt/acme</a
 | 
					 | 
				
			||||||
			>
 | 
					 | 
				
			||||||
		</footer>
 | 
							</footer>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		<script src="./app.js"></script>
 | 
					 | 
				
			||||||
		<!-- script src="../dist/acme.js"></script -->
 | 
							<!-- script src="../dist/acme.js"></script -->
 | 
				
			||||||
		<!-- script src="../dist/app.js"></script -->
 | 
							<!-- script src="../dist/app.js"></script -->
 | 
				
			||||||
 | 
							<script src="./app.js"></script>
 | 
				
			||||||
	</body>
 | 
						</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user