initial commits

master
Charles Iliya Krempeaux 2023-11-15 10:08:27 -08:00
parent a4135b1c21
commit ec3d2cae11
1 changed files with 16 additions and 3 deletions

View File

@ -13,9 +13,22 @@ Here is an example usage of **ziba.js**:
<html>
<body>
<div id="main">
Hello world!
Here is a ziba-link to my rsume: <ziba-link>resume</ziba-link>
<p>
Hello world!
</p>
<p>
Here is a ziba-link to my <ziba-link>resume</ziba-link>.
That ziba-link will get turned into <a href="resume">resume</a>.
Notice that the text and the href are the same.
</p>
<p>
Here is another one <ziba-link title="four">fource</ziba-link>
This ziba tag will get turned into <a href="four">fource</a>
Notice that the href now has the value of the title of the ziba-link
</p>
<p>
ziba-link is design to work for only local links.
</p>
</div>
<script type="module">