Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 595 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 595 Bytes

fdh.pw Link Tree adapted

This is a clone of the app Linktree made with HTML and CSS. It has the following items:

  • A profile picture
  • Profile name
  • Links
  • Logo

To add more links just change the javascript section in js/myscript.js. Find the following code block:

    //Add New links here check Readme file for details
    var links = [

Then add the following line

    {link:"New Link Here", title:"Title of the link"},

Your new link is updated

Preview The Webpage Here