- qpscanner/views/start/intro.cfm
- master
- 420 B
- 18
1<cfoutput>
2
3 <div class="about">
4 <img src="./resources/images/logo.jpg" alt="QueryParam Scanner" />
5 #view('start/_about')#
6 </div>
7
8 <div class="start">
9 <p>To use default options, simply enter the directory below and hit scan.</p>
10
11 <p>Alternatively, visit the <a href="?action=start.config">Configuration</a>
12 page for more options.</p>
13
14 #view('start/_quickstart')#
15 </div>
16
17 <br class="break" />
18
19</cfoutput>