Changeset View
Changeset View
Standalone View
Standalone View
webroot/index.html
<!DOCTYPE html> | <!DOCTYPE html> | ||||
<html> | <html> | ||||
<head> | <head> | ||||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||||
<title>Phorge</title> | <title>Phorge</title> | ||||
<meta content="width=device-width, initial-scale=1" name="viewport"> | <meta content="width=device-width, initial-scale=1" name="viewport"> | ||||
<link href="/favicon.ico" rel="icon"/> | <link href="/favicon.ico" rel="icon"/> | ||||
<link rel="stylesheet" href="/css/global.css" /> | <link rel="stylesheet" href="/css/global.css" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<header> | <header> | ||||
<div> | |||||
<img src="/img/logo.png" alt="Phorge Logo" width="80" height="80" /> | <img src="/img/logo.png" alt="Phorge Logo" width="80" height="80" /> | ||||
</div> | |||||
</header> | </header> | ||||
<main> | <main> | ||||
<div> | <div> | ||||
<p> | <p> | ||||
<em>Phorge</em> is an open source, community-driven platform | <em>Phorge</em> is an open source, community-driven platform | ||||
for collaborating, managing, organizing and reviewing software development projects. | for collaborating, managing, organizing and reviewing software development projects. | ||||
</p> | </p> | ||||
Show All 17 Lines |
Content licensed under Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) unless otherwise noted; code licensed under Apache 2.0 or other open source licenses. · CC BY-SA 4.0 · Apache 2.0