Add temporary site for Validatem
parent
f1ce5dd64e
commit
9470273c1f
@ -0,0 +1,25 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Validatem</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
<img src="validatem-logo.svg" alt="Validatem Logo">
|
||||
</h1>
|
||||
|
||||
<p>
|
||||
Hi! This is the placeholder site for Validatem, the last validation library you'll ever need - once it's released, that is :)
|
||||
</p>
|
||||
|
||||
<p>
|
||||
I'm still working on polishing the last bits before releasing the first stable 1.0.0 version. In the meantime, you can already try out <a href="https://www.npmjs.com/package/@validatem/core">the current in-development version of Validatem</a>!
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Do keep in mind that documentation will be missing in quite a few places, while Validatem is still being developed. By the time version 1.0.0 is released, the documentation will be complete.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue