simple way to display data in a .txt file on a webpage?

后端 未结 8 1023
遥遥无期
遥遥无期 2020-12-13 02:23

Working on a project, one of the webpages will display a list of people (specifically, a list of people from a graduation class that haven\'t been located yet). Instead of m

8条回答
  •  执念已碎
    2020-12-13 02:44

    Easy way:

    • Rename missingmen.txt to missingmen.html.
    • Add a single line to the top of missingmen.html:
    • Create a file called txtstyle.css, and add to it a line like this:
      html, body {font-family:Helvetica, Arial, sans-serif}

提交回复
热议问题