Test
This commit is contained in:
parent
4040163b0c
commit
9e4f6f2212
11
index.html
11
index.html
@ -58,6 +58,15 @@
|
|||||||
srcset=""
|
srcset=""
|
||||||
class="broider"
|
class="broider"
|
||||||
/>
|
/>
|
||||||
<p class="double"> Welcome to my Website.</p>
|
<p class="double"> <span class="auto-type"></span></p>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var typed = new Typed(".auto-type", {
|
||||||
|
strings: ["Welcome to my Website", "Hello"],
|
||||||
|
typeSpeed: 150,
|
||||||
|
backSpeed: 150,
|
||||||
|
})
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
Loading…
x
Reference in New Issue
Block a user