path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
harnmaster/harn.css | hylianux/roll20-character-sheets | .charsheet {
min-width: 800px;
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/harnmaster/Sand.jpg");
}
.sheet-header {
margin-bottom: 2px;
width: 100%;
color: black;
font-weight: bold;
}
.sheet-break {
clear: both;
}
lab... |
src/main/webapp/javaScript/dataTables/media/css/demo_page.css | gil-l/fenix |
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* General page setup
*/
#dt_example {
font: 80%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
color: #333;
background-color: #fff;
}
#dt_example #container {
width: 800px;
margin: 30px auto;
p... |
tests/wpt/web-platform-tests/html/editing/dnd/platform/plugin/plugin-dnd-106.html | UK992/servo | <!DOCTYPE html>
<html>
<head>
<title>Drag and drop in windowless Flash with Alt+Tab over page</title>
<style type="text/css">
object {
width: 400px;
height: 400px;
border: 5px solid black;
}
</style>
</head>
<body>
<noscript><p>Enable JavaScript and reload</p></noscript>
<ol>
<li>E... |
assets/css/plugins/table.css | denniseptian/Brawijaya | /*!
* froala_editor v2.3.1 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2016 Froala Labs
*/
.clearfix::after {
clear: both;
display: block;
content: "";
}
.fr-element table td.fr-selected-cell,
.fr-element table th.fr-selected-cell {
border: 1p... |
web_server/lib/werkzeug-master/examples/i18nurls/templates/about.html | jackTheRipper/iotrussia | <p>
This is just another page. Maybe you want to head over to the
<a href="$escape(req.url_for('blog/index'))">blog</a>.
</p>
|
share/spice/seat_geek/events_by_artist/seat_geek_events_by_artist.css | ppant/zeroclickinfo-spice | .zci--seat_geek_events_by_artist .price {
font-weight: 600;
}
.zci--seat_geek_events_by_artist .price,
.zci--seat_geek_events_by_artist .noprice {
margin-top: 1.75em;
float: left;
}
.zci--seat_geek_events_by_artist .seat_geek-artist {
font-size: 1.1em;
}
.zci--seat_geek_events_by_artist .where {
... |
third_party/blink/web_tests/tables/mozilla_expected_failures/bugs/bug220653.html | scheib/chromium | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>table-layout</title>
</head>
<body style="overflow: hidden;">
<table style="table-layout: fixed;" width="800" cellpadding="4"
cellspacing="3" border="1">
<tbody>
<tr>
<td colspan="10"> A </td>
<td colspan="50"> B <... |
trying_design/bower_components/prism/examples/prism-rust.html | pbhopalka/Account_Management | <h1>Rust</h1>
<p>To use this language, use the class "language-rust".</p>
<h2>Comments</h2>
<pre><code>// Single line comment
/// Doc comments
/* Multiline
comment */</code></pre>
<h2>Strings</h2>
<pre><code>'C'; '\''; '\n'; '\u7FFF'; // Characters
"foo \"bar\" baz"; // String
r##"foo #"bar"# baz"##; // Raw string wi... |
wsgi/wsgi/static/weblink/doc/api/t-pfcDetail-DetailSymbolDefItem.html | 2014c2g12/c2g12 | <html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>
CIP JavaScript documentation for class "
pfcDetailSymbolDefItem"
</title>
<link href="cipdoc_default.css" type="text/css" rel="stylesheet">
<script language="JAVASCRIPT">
function findProperNode ()
{
... |
third_party/blink/web_tests/fast/table/024.html | scheib/chromium | <html>
<head>
<style>
img {background-color: yellow; height: 15px;}
td {background-color: blue}
</style>
</head>
<body>
<table>
<tr>
<td colspan=2>
<img width=350>
</td>
</tr>
<tr>
<td>
<table width=100%>
<tr>
<td>
<table>
<tr>
<td width=50%>
</td>
<td width=100>
</td>... |
third_party/blink/web_tests/http/tests/security/escape-form-data-field-names.html | scheib/chromium | <form method="post" action="resources/escape-form-data-field-names.cgi" enctype="multipart/form-data">
<textarea name='file"; filename="filename.ext
Content-Type: text/html; '>Arbitrary
Contents</textarea>
<input type="submit" value='Send "File"'>
</form>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
... |
openstack_dashboard/dashboards/project/containers/templates/containers/container_detail.html | FNST-OpenStack/horizon | {% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Container Details" %}{% endblock %}
{% block main %}
<div class="row">
<div class="col-sm-12">
{% include 'project/containers/_container_detail.html' %}
</div>
</div>
{% endblock %}
|
fuelphp/docs/classes/router.html | chefgroovy/dice-hi-lo | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./../assets/css/combined.css">
<link rel="shortcut icon" href="./../favicon.ico" />
<script src="http://www.google.com/jsapi" type="text/javascript"></s... |
third_party/blink/web_tests/external/wpt/css/css-flexbox/getcomputedstyle/flexbox_computedstyle_flex-flow-column-wrap-reverse.html | nwjs/chromium.src | <!DOCTYPE html>
<title>flexbox | computed style | flex-flow: column wrap-reverse</title>
<link rel="author" href="http://opera.com" title="Opera Software">
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#flex-flow-property">
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-col... |
wp-content/plugins/bbpress-like-button/adminimize/css/mw_small_user_info31.css | masuokas/ss | #small_user_info { top: 28px !important; } |
webkit/LayoutTests/dom/html/level1/core/hc_nodeappendchilddocfragment.html | danialbehzadi/Nokia-RM-1013-2.0.0.11 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd" >
<!-- This is comment number 1.-->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>hc_staff</title><script type="text/javascript" src="selfhtml.js"></script><script charset="UTF-8" type=... |
tools/grit/grit/testdata/ko_oem_enable_bug.html | chromium/chromium | <IMG style="VERTICAL-ALIGN: middle" height=16 alt=아웃룩 src="/email.gif" width=16> |
src/Taichi/BlogBundle/Resources/assets/semantic/dist/components/flag.css | heavenwoo/blog | /*!
* # Semantic UI 2.1.7 - Flag
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2015 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Flag
*******************************/
i.flag:not(.icon) {
display: inlin... |
third_party/blink/perf_tests/mutation/remove-child-deep.html | nwjs/chromium.src | <!DOCTYPE html>
<body>
<pre id="log"></pre>
<script src="../resources/runner.js"></script>
<div id="sandbox" style="display:none"></div>
<script>
var sandbox = document.getElementById('sandbox');
var node = sandbox;
for (var i = 0; i < 200; ++i)
node = node.appendChild(document.createElement('div'));
var observing ... |
third_party/WebKit/LayoutTests/http/tests/htmlimports/resources/import-custom-element-hello-1.html | js0701/chromium-crosswalk | <x-hello id="hello-1"></x-hello>
<x-bye id="bye-1"></x-bye>
|
src/chrome/test/data/extensions/api_test/font_settings/incognito/launch.html | plxaye/chromium | <html>
<script src="launch.js"></script>
</html>
|
wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/common/image/test/test.html | bradryan13/usarugbyv2 | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Aloha, Images!</title>
<script type="text/javascript" src="../../../../lib/vendor/jquery-1.6.1.js"></script>
<script type="text/javascript" src="../vendor/ui/jquery-ui-1.8.10.custom.min.js"></script>
<link href="../vendor/ui/ui-lightness/jquery-ui-1.8.10... |
zxing/android/assets/html-fr/whatsnew.html | kerwinxu/barcodeManager | <!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8"/>
<title> Quoi de neuf dans Barcode Scanner </title>
<link href="../style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<p> Nouveau dans la version 4.3.1: </p>
<ul>
<li> Désactivé contrôle de l'exposition que cela causait des problèmes sur les appareils de ... |
ajax/libs/semantic-ui/2.0.6/components/rail.css | redmunds/cdnjs | /*!
* # Semantic UI 2.0.6 - Rail
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2015 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Rails
*******************************/
.ui.rail {
position: absolute;
... |
tests/wpt/web-platform-tests/conformance-checkers/html-svg/linking-frag-01-f-isvalid.html | paulrouget/servo | <!DOCTYPE html>
<html lang='en'>
<head>
<title>linking-frag-01-f-manual.svg</title>
<meta charset='utf-8'>
</head>
<body>
<h1>Source SVG: linking-frag-01-f-manual.svg</h1>
<svg version="1.1" baseProfile="basic" id="svg-root"
width="100%" height="100%" viewBox="0 0 480 360"
xmlns="http://www.w3.org/2000/svg" xmln... |
www/filemanager/scripts/CodeMirror/theme/solarized.css | lemirage/le-mirage | /*
Solarized theme for code-mirror
http://ethanschoonover.com/solarized
*/
/*
Solarized color pallet
http://ethanschoonover.com/solarized/img/solarized-palette.png
*/
.solarized.base03 { color: #002b36; }
.solarized.base02 { color: #073642; }
.solarized.base01 { color: #586e75; }
.solarized.base00 { color: #657b83; }... |
site_kaldi/layouts/products/single.html | erickrans/netflify-test | {{ partial "head" . }}
{{ partial "nav" . }}
{{ partial "jumbotron" (dict "imageUrl" .Params.image "title" .Title) }}
{{ partial "4-up" .Params.intro }}
{{ with .Params.main }}
<div class="mw7 center">
<div class="mw6 ph3 mb3">
<h3 class="f3 b lh-title mb2">{{ .heading }}</h3>
<p>{{ .description }}</p>
... |
www/lib/font-awesome/src/3.2.1/icon/magic/index.html | vinnylinck/TodoSyncPoc | <!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]-->
<head>
<!-- Basic... |
wp-content/themes/rapid_plan/lib/outdatedbrowser/outdatedbrowser.css | BaptisteBriois/rapid_plan | /*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version: 1.1.0 - 2014
author: Burocratik
website: http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated{
display: none; position: fixed; top... |
zeppelin-client/src/asserts/codemirror-5.10/mode/eiffel/index.html | zhanglei13/zeppelin | <!doctype html>
<title>CodeMirror: Eiffel mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<link rel="stylesheet" href="../../theme/neat.css">
<script src="../../lib/codemirror.js"></script>
<script src="eiffel.js"></script>
<... |
docs/ST.SizePolicies.BasePolicy.html | AbydosDigital/Sabertooth | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Class: BasePolicy</title>
<script src="scripts/prettify/prettify.js"></script>
<script src="scripts/prettify/lang-css.js"></script>
<script src="scripts/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv... |
2016/diversity.html | npm/npm-camp | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="public/vendor/Skeleton-2.0.4/css/normalize.css" rel="stylesheet"/>
<link href="public/vendor/Skeleton-2.0.4/css/skeleton.css" rel="stylesheet"/>
<link hre... |
css/waves.css | openosk/openosk.github.io |
/*!
* Waves v0.1.0
* https://publicis-indonesia.github.io/Waves/
*
* Copyright 2014 Publicis Metro Indonesia, PT. and other contributors
* Released under the BSD license
* https://github.com/publicis-indonesia/Waves/blob/master/LICENSE
*/
.waves-element {
position: relative;
cursor: pointer... |
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.1+2/equations/1.2.2+8.11.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>equations: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.c... |
Anthem/Admin/CSS/table.css | Ringtail1402/mockingbird | /* CSS for TableAdminPage */
.table-body { clear: both; }
.print .table-body { width: 100%; }
#thead { margin-bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
#filters input, #filters textarea, #filters select { margin-bottom: 0; margin-top: 5px; }
#filters-apply, #filters-reset { margin-top: ... |
app/.tmp/fileUploaderAngular.html | ghrhome/amp | <!DOCTYPE HTML>
<!--
/*
* jQuery File Upload Plugin AngularJS Demo
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2013, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/
-->
<html lang="en">
<head>
<!-- Force latest IE rend... |
Reports/on/onefilesystem.0.1.6/OneFilesystem-net40.html | kuhlenh/port-to-core |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
... |
Rust/share/doc/rust/html/syntax/ast/type.MetaItem.html | ArcherSys/ArcherSys | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `MetaItem` type in crate `syntax`.">
<meta name="keywords" ... |
Rust/share/doc/rust/html/syntax/ext/mtwt/type.RenameList.html | ArcherSys/ArcherSys | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `RenameList` type in crate `syntax`.">
<meta name="keywords... |
_site/2011/07/20/t93718203708084224.html | craigwmcclellan/craigwmcclellan.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Craig McClellan" name="author">
<title>Craig McClellan - T93718203708084224 </title>
<link... |
vendor/Docs/classIndiffCurveContainerConcaveCurve-members.html | olga-perederieieva/TAsK | <!-- HTML header for doxygen 1.8.8-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- For Mobile Devices -->
... |
wsgi/templates/500.html | I-sektionen/i-portalen | {% extends "master.html" %}
{% load staticfiles %}
{% block content %}
<h2>500 - Internal server error</h2>
<h2>Det är inte ditt fel att det inte funkar, du har bara lyckats hitta en bugg som vi kommer att lösa!</h2>
<p>Maila gärna <a href="mailto:webgroup@isektionen.se">Webgroup</a> med vad du ... |
doc/html/en/func/filled.html | LuaDist/cd | <!doctype HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Filled Areas</title>
<link rel="stylesheet" type="text/css" href="../../style.css">
</head>
<body>
<h2 align="c... |
gwern_maff/1383493754540_884/index.html | runn1ng/runn1ng.github.io | <!DOCTYPE html><html autopagermatchedrules="1"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Illegal anonymous marketplace. Drugs, weapons, alcohol, cigarettes and much more.">
<title>S... |
detail/SoftConfidenceWeighted.html | phobon/packages.julialang.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Julia Package Listing - Testing Information</title>
<style>
/* -- Mix of julialang.org, Bootstrap ... |
content/filtrado/313289.html | okfn-brasil/queriDO | <html>
<head>
<meta charset="UTF-8"/>
<meta itemprop='identifier' content='313289'/>
<meta itemprop='datePublished' content='2016-01-19'/>
<meta itemprop='datePublished-pubid' content='207'/>
</head>
Ethan Frome
<table border="0" cellpadding="0" cellspacing="0" class="MsoNormalTable" width="302">
<tr>
... |
styles/modules.css | sendjmoon/portfolio | @font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?4uszk1');
src: url('../fonts/icomoon.eot?4uszk1#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?4uszk1') format('truetype'),
url('../fonts/icomoon.woff?4uszk1') format('woff'),
url('../fonts/icom... |
web/NetBeans 7.3.1/javacard/JCDK3.0.2_ConnectedEdition/docs/api/javax/microedition/io/ContentConnection.html | wolfoux/soleil | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_10-beta) on Fri Dec 11 16:07:45 PST 2009 -->
<TITLE>
ContentConnection (Java Card API, Connected Edition)
</TITLE>
<META NAME="date" CONTENT="2009-1... |
belash-bo/lab5-6/html/index.html | kpi-keoa/TheConnectedMCU_Labs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
external/OpenNI/Documentation/html/struct_xn_handler_func_no_args.html | ipab-rad/ocv_kinect | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>OpenNI 1.5.4: XnHan... |
web/2018/05/05/wins.html | xiazemin/MyBlog | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Sci blog jekyll theme">
<meta name="author" content="AIR RAYA Group">
<link href='... |
spoiler/css/spoiler.css | mdoelker/ckeditor-plugin-spoiler | .spoiler {
margin: 20px 8px;
}
.spoiler-title {
position: relative;
background: #ccc;
border: 1px solid #000;
padding: 5px 10px 5px 28px;
margin: 0;
cursor: pointer;
font: inherit;
}
.spoiler-title:before {
content: "\229e";
position: absolute;
left: 10px;
top: 5px;
}
.sp... |
app/views/register1.scala.html | bekce/oauthly | @this(cfg: com.typesafe.config.Config)
@(state: Int, providerName: String, email: String, link: String, form: play.data.Form[dtos.RegistrationDto], next: String, tosText: Html)
@main("Register") {
@* @if(state == 1){*@
@*<div class="form-signin">*@
@*<h2 class="form-heading">Register with Provi... |
_site/game-dev-for-humans.html | hackid/hackid.github.io |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Intro to HTML5 Game Development</title>
<meta name="author" content="K. Anthony">
<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device... |
0.8.53/html-doc/includes/yeapf.sse.php.html | EDortta/YeAPF | <div class='section'><div class='row'><div class='col-md-12'><a name='7d04bbbe5494ae9d2f5a76aa1c00fa2f'></a><h3>class SSE</h3></div><div class='col-md-12'>doc...</div></div></div><div class='section'><div class='row'><div class='col-md-12'><a name='a516a87cfcaef229b342c437fe2b95f7'></a><h3>function SSE::enabled ()</h3>... |
clean/Linux-x86_64-4.05.0-2.0.6/released/8.5.3/historical-examples/8.8.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>historical-examples: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstra... |
backup/chinese/io/22-websocket.html | Orientsoft/borgnix-nodes | <!--
Copyright 2013 IBM Corp.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, soft... |
docs/archive/facs/348.html | alter-rebbe/collector | ---
layout: facsimile
images: [348-1]
prev: '343'
self: '348'
next: '349'
---
|
post/migrate-from-jekyll/index.html | Hashfyre/hashfyre.github.io | <!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="generator" content="Hugo 0.19" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https:/... |
_includes/header.html | sims1253/sims1253.github.io | <!--- Header and nav template site-wide -->
<header>
<nav class="group">
<a href="{{site.baseurl}}/"><img class="badge" src="{{site.baseurl}}/assets/img/badge_me.png" alt="CH"></a>
{% assign sorted_pages = site.pages | sort:"order" %}
{% for node in sorted_pages %}
{% unless node.nav_exclude %}
{% if pag... |
pages/templates/pages/snippets/footer.html | rangertaha/django-boilerplate-pages | <!-- PAGE FOOTER -->
<div class="page-footer">
<div class="row">
<div class="col-xs-12 col-sm-6">
<span class="txt-color-white">SmartAdmin 1.8.2 <span class="hidden-xs"> - Web Application Framework</span> © 2014-2015</span>
</div>
<div class="col-xs-6 col-sm-6 text-right hidden-xs">
<div c... |
index.html | normannoble/normannoble.github.io | ---
layout: page
title: "Random Blog Title"
description: "Hi, my name is Norman and I write this blog. Thoughts are my own and quite probably wrong."
---
{% for post in paginator.posts %}
<div class="post-preview">
<a href="{{ post.url | prepend: site.baseurl }}">
<h2 class="post-title"> {{ post... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/964072169241d0c44a22fbe8689ab46a3e78c5e3658f4798406c1c91f3ac76ee.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./7522220c5f58087d099a7dfa1b74084fc4e06019d22881a59166be3af7a6d322.html">Teleport</a>
<hr>
... |
karlsruhe-2017-07-10/src/app/book/book-add-form/book-add-form.component.html | co-IT/ng-trainings | <form action="">
<section class="form-block">
<label> Add New Book Form</label>
<div class="form-group">
<label for="book_form_isbn">ISBN</label>
<input #isbn id="book-form_isbn" type="text" class="formcontrol">
</div>
<div class="form-group">
<label for="book_form_title">TITEL</labe... |
redux-base/example-test/easyCounter.html | jessietang/daily-practice | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>简单计算器</title>
</head>
<body>
<div id="root"></div>
<script src="../react-15.2.1/build/react.min.js"></script>
<script src="../react-15.2.1/build/react-dom.min.js"></script>
<script src="../react-15.2.1/build/browser.min.js"></... |
public/stylesheets/base.css | shamoons/angular-introduction-website | body {
padding-bottom: 60px;
} |
coverage/lcov-report/connect-cas2/lib/getProxyTicketThroughRestletReq.js.html | xiaoyuze88/connect-cas2 | <!doctype html>
<html lang="en">
<head>
<title>Code coverage report for connect-cas2/lib/getProxyTicketThroughRestletReq.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="../../prettify.css" />
<link rel="stylesheet" href="../../base.css" />
<meta name="viewport" content="width=device... |
doc/api-java/fr/cryptohash/Fugue512.html | miningathome/sphlib | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Wed Jul 20 21:08:45 EDT 2011 -->
<TITLE>
Fugue512
</TITLE>
<META NAME="date" CONTENT="2011-07-20">
<LINK REL ="stylesheet" TYPE="text/css" H... |
src/components/header/header.c.css | eugene-sinitsyn/AngularToDo | :host {
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
}
button {
float: right;
border: none;
outline: none;
padding: 5px 15px;
background-color: #363636;
font-size: 20px;
color: #A8A7A8;
} button:hover, button:focus {
cursor: pointer;
background-color: #CC527A;
color: #FFFFFF;
}... |
templates/inspirations/new.html | rdempsey/weight-tracker | {% import "_forms.html" as forms %}
{% extends "base.html" %}
{% block page_header %}
<h1>{{ header_text }}</h1>
{% endblock %}
{% block content %}
<div class="row">
<div class="col-lg-6">
<div class="bs-component">
<form action="." method="post" class="form-horizontal">
{{ form.hidden_tag() }}
... |
sbml-test-cases/cases/semantic/00838/00838-model.html | stanleygu/sbmltest2archive | <p>
The model contains one compartment called C. There are three species called
S1, S2 and S3 and two parameters called kf and kr. The model contains one reaction
defined as:</p>
<table style="width:30em;margin: 1em auto;"><tr><td style="text-align:center;"> <strong>Reaction</strong> </td><td style="text-align:ce... |
sdk/php/docs/jsonapi/jsonapi.html | alecgorge/jsonapi | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="PHPDoctor 2RC4 (http://peej.github.com/phpdoctor/)">
<meta name="when" content="Mon, 11 Apr 2011 23:08... |
spec/runner.html | paulyoung/noflo-framer | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>noflo-framer in browser</title>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css">
<style type="text/css">
#fixtures {
display: none;
}
</style>
</head>
<body>
<div id="mocha"></div>
<div id="fi... |
categories/JavaScript/index.html | LewisTian/LewisTian.github.io | <!DOCTYPE html>
<html class="theme-next gemini use-motion" lang="en">
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2">
<meta name="theme... |
dev/blocks.lib/.hexagon/hexagon.html | igoradamenko/gulp-bem-boilerplate | <div class="hexagon">
<div class="hexagon__wrapper">
<div class="hexagon__bg" style="background-image: url();"></div>
</div>
</div> |
_posts/2012/02/2012-02-02-where-to-host-qa-and-discussion.html | swcarpentry/website | ---
layout: post
date: 2012-02-02
time: "10:00:00"
authors: ["Greg Wilson"]
title: Where To Host Q+A and Discussion?
tags: ["Community"]
---
<p>People have questions and want answers, or ideas and complaints they want to share. Right now, the only ways for them to do this on our site are:</p>
<ol>
<li>Mail us.</li>
<li... |
archives/2020/page/6/index.html | nodejs/iojs-ko | <!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title>Archives: 2020 | Node.js 한국 커뮤니티</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Node.js 한국 커뮤니티">
<meta property=... |
index.html | willmcl/email-starter | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width">
<title>Title</title>
<!--hotmail fix-->
<STYLE type="text/css">
body{
margin: 0;
padding: 0;
}
.ReadMsgBody {
width: 100%;
}
.ExternalClass {
width: 100%;
}
.ReadM... |
test/index.html | whichbus/whichbus-bbb | <!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Mocha Spec Runner</title>
<link rel="stylesheet" href="lib/mocha/mocha.css">
</head>
<body>
<div id="mocha"></div>
<script src="lib/mocha/mocha.js"></script>
<script>mocha.setu... |
_includes/javascripts.html | devgeek27/devgeek27.github.io-old | <script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="{{ "/assets/js/jquery.fitvids.js" | prepend: site.baseurl }}"></script>
<script type="text/javascript" src="{{ "/assets/js/index.js" | prepend: site.baseurl }}"></script>
<script type="text/javascript" src="{{ "/a... |
clean/Linux-x86_64-4.09.1-2.0.6/released/8.14.1/dblib/8.8.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dblib: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... |
app/templates/components_demo/loading-modal/loading-modal.html | cbcrc/generator-koco | <div class="modal-dialog">
<div class="modal-content">
<div id="dialog-body" class="modal-body">
<p>Loading... <i class="fa fa-refresh fa-spin"></i></p>
</div>
</div>
</div> |
templates/widgets/blind_gira/index.html | RainerSchulz/HomeWatch | <div class="text-center push">
<div class="col col-xs-12">
<div>
<div data-type="push" data-device="{{Name}}" class=" center-block"
data-icon="fa-chevron-up" data-background-icon="fa-square-o"
data-set="off">
</div>
<div data-type="push" ... |
docs/class_tempest_1_1_list_delegate.html | enotio/Tempest | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
src/index.html | tungnv9999/SearchEngine | <!DOCTYPE html>
<html>
<head>
<title>Recipe SearchEngine</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<!--<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstr... |
ashobiz-library/css/ashobiz-90.css | TWKN/EmotionalStorytelling | /* Smooth navigation */
.a-90 {
display: block;
text-align: center;
padding: 0px;
margin: 20px auto;
list-style-type: none;
}
.a-90:before,
.a-90:after {
content: " ";
display: table;
}
.a-90:after {
clear: both;
}
@media (max-width: 767px) {
.a-90 {
max-width: 400px;
margin: 20px auto;
}
}
... |
pyconpe/templates/submission/end.html | pugpe/pyconpe | {% extends "submission/base.html" %}
{% load i18n %}
{% block content %}
<p>{% trans "Fim do prazo de submissão, em breve disponibilizaremos a grade!" %}</p>
{% endblock %}
|
templates/block/pagination_top.html | ivacuum/dev.ivacuum.ru | {if $pagination and $pagination.PAGES > 1 and $pagination.PAGES < 10}
<div class="pull-right">
{'GO_TO_PAGE'|i18n}
<div class="btn-group">
{if $pagination.PREV}
<a href="{$pagination.PREV}" class="btn page-previous">←</a>
{/if}
{for $i=1 to $pagination.PAGES}
<a href="{$pagination.URL}?p={$i}... |
higher-order-functions/exercises/higher-order-functions.html | tauchter/js-training | <!-- see original at http://codepen.io/davidkpiano/pen/wMqXea -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ejercicio higher order functions</title>
<link rel="stylesheet" href="higher-order-functions.css">
<script type="text/javascript">
////////// no modificar ///////////
... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/46d636352ee6a069ffc2d6cfb039fbd8bc9a2002ff48e7410543cc44b5337314.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./d55e15748bb5b50acb05d569f76309efa628ae77cbdd5d82aa1d16508528f071.html">Teleport</a>
<hr>
... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/fd7acde2c66b959ae747792f0cdfb9018bf25c8e1f08e68eb5e3ed857cc48536.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./6d97503b947ad7515448714afd3b9ea2ec886f5b37d87b5b6909e649119ce99b.html">Teleport</a>
<hr>
... |
templates/game/game_application.html | mc706/prog-strat-game | {% extends "angular_base.html" %}
{% block content %}
{% verbatim %}
<div ng-app="progstrat_game" layout="column" ng-controller="GlobalController" layout-fill ng-cloak>
<md-toolbar layout="row">
<div class="md-toolbar-tools">
<md-button ng-click="toggleSideNav('left')" hide-... |
app/shop/shop.html | zhristov/slatina | <!-- shop.html -->
<!-- Breadcrumb -->
<div class="row">
<div class="breadcrumbDiv col-lg-12">
<ui-breadcrumbs displayname-property="data.displayName" abstract-proxy-property="data.breadcrumbProxy"></ui-breadcrumbs>
</div>
</div>
<!-- /.row -->
<div class="row">
<!--left column-->
<div class="col-lg-3 co... |
javadoc/serialized-form.html | CMPUT301F17T27/NuMe | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Dec 06 15:25:31 MST 2017 -->
<title>Serialized Form</title>
<meta name="date" content="2017-12-06">
<link rel="stylesheet" type="te... |
wat/index.html | bzar/wasm-intro | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<form action="" method="GET">
<input type="text" id="filename" name="wasm">
<input type="submit" value="Load">
</form>
<pre id="output"></pre>
<script>
const filename = window.locatio... |
Symbol Table/doc/org/symboltable/BFSearcher.html | shivam091/Symbol-Table | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_11) on Sun Aug 31 14:44:00 IST 2014 -->
<title>BFSearcher</title>
<meta name="date" content="2014-08-31">
<link rel="stylesheet" type="text/css... |
post/2015-12-2-prototype/index.html | bkwang/bkwang.github.io | <!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://bkwang.github.io/favicon.ico">
<link rel="stylesheet" href="/css/style.min.css">
<title>原型模式</title>
</head>
<body><header id=... |
v4/user-agent-detail/a8/85/a8857a26-f3b2-429f-b965-51c98e7a41c4.html | ThaDafinser/UserAgentParserComparison |
<html>
<head>
<title>User agent detail - MOZILLA50 (SYMBIANOS93 U EN SERIES60/32 NOKIA6650D-1BH/</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="styles... |
styles/skeleton.css | phodal/congee | /*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- List... |
templates/yazdir.html | muslu/django-teknikservis-py3 | <!DOCTYPE html>
<html lang="en">
<head>
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
<meta charset="utf-8">
<title>İzmir Teknik Servis, Servis Formu kontrol, durum öğrenme | izmirteknikservis.tk</title>
<meta name="description" content="İzmir Teknik Servis, Serv... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.