Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Stub out an /on/npm/ search page
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Oct 20, 2016
1 parent c06676f commit d70ba0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions www/on/npm/index.html.spt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[---]
title = "Search npm"
suppress_sidebar = True
[---]
{% extends "templates/base.html" %}
{% block content %}
<input type="text" name="q"> <button class="selected">Search</button>
{% endblock %}

0 comments on commit d70ba0f

Please sign in to comment.