diff options
| author | Michael <[email protected]> | 2017-04-05 18:45:44 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-05 18:45:50 -0400 |
| commit | b7457b5d532506abdae0ab74bfdc45f0f955a526 (patch) | |
| tree | be88f8714a5dd404041814cf5e077ab66e7c7291 /Project-Unite/Views/Developer | |
| parent | d4c087381f96c56c628de84c725f7003c5119c2b (diff) | |
| download | project-unite-b7457b5d532506abdae0ab74bfdc45f0f955a526.tar.gz project-unite-b7457b5d532506abdae0ab74bfdc45f0f955a526.tar.bz2 project-unite-b7457b5d532506abdae0ab74bfdc45f0f955a526.zip | |
Add dev CP index.
Diffstat (limited to 'Project-Unite/Views/Developer')
| -rw-r--r-- | Project-Unite/Views/Developer/index.cshtml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Project-Unite/Views/Developer/index.cshtml b/Project-Unite/Views/Developer/index.cshtml index a39b5fc..447df64 100644 --- a/Project-Unite/Views/Developer/index.cshtml +++ b/Project-Unite/Views/Developer/index.cshtml @@ -1 +1,8 @@ -This is/will be the developer cp page. its not done yet
\ No newline at end of file + +@{ + ViewBag.Title = "Dev Control Panel"; +} + +<h2>Welcome!</h2> + +<p>Hey devs! In the future, this page will give you fancy details on how ShiftOS and the website are progressing. But, that data is not yet available to me - so for now, here's some placeholder text telling you that the dev CP is work-in-progress.</p>
\ No newline at end of file |
