Skip to content

PraneethJain/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

Hosted here

  • Portfolio website written in fasm.
  • Statically linked ELF-64 x86-64 executable main.

./website.png

Inspired from tsoding’s livestream

Running the website

Built-in Web Server

  • Run the executable `./main`
  • The website will be hosted on port `8080`

Common Gateway Interface (CGI)

  • Run the build script `./cgi.sh`
  • The `cgi-bin` folder will be generated