This commit is contained in:
Lucas Kent 2022-12-13 01:10:09 -05:00
parent 4040163b0c
commit 9e4f6f2212
61 changed files with 10 additions and 1 deletions

View File

@ -58,6 +58,15 @@
srcset="" srcset=""
class="broider" class="broider"
/> />
<p class="double">&nbsp; &nbsp;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>

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB