Initial release
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
|
||||
**POMjs** uses a "minified" version of [normalize.css](https://necolas.github.io/normalize.css) to reset the DOM to reasonable settings :blush:
|
||||
|
||||
**POMjs** includes no external resources and contains no tracking code or cookie management.
|
||||
**POMjs** includes no externally loaded resources and contains no tracking code or cookie management.
|
||||
|
||||
## Installation
|
||||
|
||||
Download the distribution or clone the repo. Files and folders should be placed in your web root, or another folder accessible to your web server.
|
||||
Download the distribution or clone the repo. Files and folders should be placed in your web root, or another folder accessible to your web server. All references to `CSS` and `Javascript` uses relative paths.
|
||||
|
||||
There may be references to "Öppet Moln" ("Open Cloud"), which is a Swedish site run by the author of **POMjs**, [oppetmoln.se](https://oppetmoln.se), to promote open source solutions for general use. You can, of course, delete such references.
|
||||
|
||||
|
||||
+3
-3
@@ -12,8 +12,8 @@
|
||||
<title lang="en">POMjs - Random Password Generator</title>
|
||||
<title lang="sv">POMjs - Slumpmässigt Lösenord</title>
|
||||
<title lang="de">POMjs - Zufallsgenerator für Passwörter</title>
|
||||
<link media="all" rel="stylesheet" href="/css/normalize.min.css" />
|
||||
<link media="all" rel="stylesheet" href="/css/password-om.css" />
|
||||
<link media="all" rel="stylesheet" href="css/normalize.min.css" />
|
||||
<link media="all" rel="stylesheet" href="css/password-om.css" />
|
||||
<meta name="robots" content="index,nofollow">
|
||||
<meta name="googlebot" content="index,nofollow,max-snippet:-1,max-image-preview:large,max-video-preview:-1">
|
||||
<meta name="bingbot" content="index,nofollow,max-snippet:-1,max-image-preview:large,max-video-preview:-1">
|
||||
@@ -157,6 +157,6 @@
|
||||
|
||||
</html>
|
||||
|
||||
<script async src="/js/password-om.min.js" type="text/javascript" id="password-om"></script>
|
||||
<script async src="js/password-om.min.js" type="text/javascript" id="password-om"></script>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user