Qoob Portfolio

The open qoob is a php mvc framework created to speed up the process of creating dynamic sites. This is the code running this website!

Qoob Portfolio

ui/html/error-debug.html


		<header>
			<article>
				<section>
					<h1>Error: {{code}}<i class="fa fa-bomb"></i></h1>
				</section>
			</article>
		</header>

		<section class="info">
			<article>
				<section>
					<p><i class="fa fa-slack"></i><strong>number:</strong> {{num}}</p>
					<p><i class="fa fa-bullhorn"></i><strong>message:</strong> {{str}}</p>
					<p><i class="fa fa-file-code-o"></i><strong>file:</strong> {{file}}</p>
					<p><i class="fa fa-list"></i><strong>line:</strong> {{line}}</p>
				</section>
			</article>
		</section>

		<section class="stacktrace">
			<article>
				<section>
					<pre><code>{{&ctx}}</code></pre>
				</section>
			</article>
		</section>

Download

raw zip tar