Converting F90 to SHTML
A .F90 file and a .SHTML file hold different kinds of data, so there is no direct way to turn one into the other.
A full step-by-step guide for this conversion is on the way; the information above is drawn straight from our database.
About these formats
A .f90 file is Fortran source code written in free-form layout, used in scientific and HPC software. To read it, open it in any text editor or VS Code with the Modern Fortran extension. To…
Open .F90 details →A .SHTML file is associated with HTML server side include, a web file.
Open .SHTML details →