You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
548 B

11 years ago
  1. @{
  2. Layout = null;
  3. }
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  8. <title>سومین: مرکز کاریابی برنامه‌ریزی و کنترل پروژه</title>
  9. <link rel="stylesheet" type="text/css" href="@Url.Content("~/Content/bootstrap.min.css")" />
  10. </head>
  11. <body>
  12. <div class="container">
  13. @{Html.RenderPartial("Signup");}
  14. </div>
  15. <script src="@Url.Content("~/Script/bootstrap.min.js")"></script>
  16. </body>
  17. </html>