0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
www
/
[
Home
]
File: progress.htm
<!DOCTYPE html> <!-- # # progress.htm # # Copyright (C) 2022 by Posit Software, PBC # # This program is licensed to you under the terms of version 3 of the # GNU Affero General Public License. This program is distributed WITHOUT # ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, # MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the # AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. # --> <html lang="en"> <head> <meta charset="utf-8" /> <title>RStudio</title> <link rel="stylesheet" href="rstudio.css" type="text/css" /> <link rel="shortcut icon" href="images/Posit-Product_rst-server-favicon.svg" /> </head> <body> <div style="text-align: center; margin-top: 30px"> <img alt src="images/progress_large.gif" /> <span style="position: relative; top: -10px; margin-left: 5px">#message#</span> </div> </body> </html>