This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Basic Drush Make file | |
; | |
; Usage: | |
; drush make --prepare-install drupal7.make | |
; Core version | |
; ------------ | |
; Each makefile should begin by declaring the core version of Drupal that all | |
; projects should be compatible with. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Basic Drush Make file | |
; | |
; Usage: | |
; drush make --prepare-install drupal7.make | |
; Core version | |
; ------------ | |
; Each makefile should begin by declaring the core version of Drupal that all | |
; projects should be compatible with. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="category type-here"> | |
<img src="categoryimage.jpg" /> | |
<div> | |
<h3>Salads</h3> | |
<p>Served with roll, butter, & choice of dressing.</p> | |
<ul class="products"> | |
<li> | |
<h3>Chicken Cobb $6.50</h3> | |
<p>Grilled Chicken, Bacon, Mozzarella, Lettuce, Tomatoes</p> | |
</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>work!</title> | |
</head> | |
<body> | |
<h1>Congratulations! </h1> | |
<p> This has worked.</p> | |
<script type="text/javascript"> |
NewerOlder